body {
margin:0px;
padding: 0px;
background:#000000;
}

div#console {
width: 600px;
height: 50px;
display:block;
margin: 0px auto;
font-family:Tahoma, Arial, Helvetica, sans-serif;
}


.leftTop {
width: 140px;
height: 30px;
float:left;
clear:both;
}

.rightTop {
width: 250px;
height: 30px;
float:left;
}

.leftBottom {
width: 140px;
height: 140px;
float:left;
clear:both;
}

.rightBottom {
width: 250px;
height: 140px;
float:left;
}

.footer {
width: 400px;
height: 30px;
position: absolute; top: 120px ;
position: absolute; left: 105px ;
text-align:center;
clear:both;
}

.footer2 {
width: 400px;
height: 20px;
text-align:center;
color:#999999;
font-size:10px;
position: absolute; top: 150px ;
position: absolute; left: 115px ;
}

.footer2 a {
color:#999999;
text-decoration:none;
}

.footer2 a:hover {
color: #99CC00;
}

div#console input,textarea{
border: 1px #E9E9E9 solid;
color: #811616;
}

div#console input:hover, textarea:hover{
border:1px #990000 thin;
}
























.button {
background:#C01E1E;
color:#FFFFFF !important;
border:none !important;
}

.button:hover {
background: #5A0000; 
}

.leftTop, .leftBottom {
color:#FFFFFF;
font-weight:bold;
font-size: 11px;
text-align:right;
margin-right: 10px;
padding-top: 5px;
}

.information{
width: 400px;
height: 100px;
}
.txt {
width: 250px;
padding: 3px 2px 3px 2px;
margin: 80px auto;
border:1px #009900 solid;
background: #F7FFF4;
color:#006600;
text-align: center;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

.link {
color:#990000;
text-decoration:none;
}

.link:hover {
color:#000066;
