.wp-terminal {
 color:#FFF;
 background-color:#222;
 background-image:url('terminal.png');
 border-top:1px solid #AAA;
 border-bottom:1px solid #AAA;
 font-family:'Courier New', Courier, Fixed;
 background-position:5px 5px;
 background-repeat:no-repeat;
 margin-bottom:10px;
 margin-left:0;
 margin-top:10px;
 text-align:left;
 line-height:115%;
 padding:5px 10px 10px 25px
}
