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

.topl, .botl { float:left;clear: left;display:none;}
.topr, .botr { float:right;clear:right;display:none;}
.textbox { width:698px; padding:0; margin:0;background-color:#ccc;
	   font-size: 7px;border: 5px solid #ccc;-moz-border-radius:20px;}
#textbox {;font-size:12px;}
#textbox table {font-family: Tahoma,sans-serif;font-size: 11px;background-color:#ccc;}
#stats {border:1px solid #333;background-color:#ccc;}
.passwordprotected { text-align:center;margin:auto; }
.passwordprotected h3 { color:red; }
.passwordprotected form input { height:12px; }
.passwordprotected form input.submit { height:21px;font-size:12px; }
#submit div.right { float:right;margin-top:10px; }
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: #333;
          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;
}


