body {
margin:0px;
padding: 0px;
}

div#console {
width: 400px;
height: 350px;
display:block;
margin: 0px auto;
font-family:Tahoma, Arial, Helvetica, sans-serif;
}

.logo {
width: 400px;
height: 120px;
display:block;
background:url(img/logo.png) no-repeat;
}

.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;
text-align:center;
clear:both;
}

.footer2 {
width: 400px;
height: 20px;
text-align:center;
color:#999999;
font-size:10px;
}

.footer2 a {
color:#999999;
text-decoration:none;
}

.footer2 a:hover {
color: #99CC00;
}

div#console input,textarea{
border: 1px #E9E9E9 solid;
color: #0000FF;
}

div#console input:hover, textarea:hover{
border:1px #990000 thin;
}

.button {
background:#0093DD;
color:#FFFFFF !important;
border:none !important;
}

.button:hover {
background: #5A0000; 
}

.leftTop, .leftBottom {
color:#0093DD;
font-weight:bold;
font-size: 11px;
text-align:right;
margin-right: 10px;
padding-top: 5px;
}

.information{
width: 400px;
height: 130px;
}
.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;