body,html {
background-color:#111;
font-family: Tahoma,sans-serif; 
font-size: 11px;
color: #FFF;
}
#main textarea{
width:688px;
height:280px;
border:0;
background-image: url(images/bg.png);
background-color:#222;
background-position:center;
background-repeat:no-repeat;
margin:0;
padding:5px;
color:white;
overflow:auto;
}
#wrapper input{
margin-top:10px;
color:white;
background-color:#222;
border:2px solid #444;
}
#footer{
margin:0;
padding-top:20px;
margin-left:20px;
color:white;
clear:both;
}
#menu a img {border:0;float:left;}
select{
color:#555;
background-color:#111;
border:2px solid #333;
font-size:11px;
}
a{border:0;color:white;text-decoration:none;}

.topl, .botl { float:left;clear: left;}
.topr, .botr { float:right;clear:right;}
.botl,.botr { height:13px; }
.textbox { width:698px; padding:0; margin:0;background-color:#222; font-size: 14px;}
#textbox {font-family:monospace;font-size:12px;}
#textbox table {font-family: Tahoma,sans-serif;font-size: 11px;}
div.jsbar { 
border: none; 
background: transparent; 
clear: both;
       /* position: fixed; top: 0px; left: 0px; */
       /* position: relative; float: left; */
position: absolute; top: 0px; left: 0px; 
width: auto;
       padding-left: 10px; padding-right: 10px; margin: 0;
       padding-top: 1px; padding-bottom: 1px; border-top: none;
       font-size: 80%;
}
div.jsbar a {
color: #ccc;
       font-weight: bold;
       text-decoration: none;
}
div.jsbar input {
	font-size: 80%; 
width: 75px;
border: none;
padding: 0;
margin: 0;
}
div.jsbar form { display: inline;}
div.jsbarstatus { 
background: #ff6f6f; color: #fff; position: absolute; right: 0;
top: 0; padding: 1px; margin: 0; border: 0;
}


