/* CSS Document */
body {
font:13px Arial, Helvetica, sans-serif;
color:#737373;
line-height:20px;
margin:0;
background:url(../img/login/bg.jpg) top repeat-x;
}
a {
text-decoration:underline;
color:#737373;
}
a:hover {
text-decoration:none;
color:#737373;
}
#login_container {
width:337px;
height:327px;
margin:0 auto;
margin-top:60px;
background:url(../img/login/login-bg.jpg) top no-repeat;
}
#content {
width:290px;
height:200px;
margin-left:23px;
float:left
}
#content ul {
padding:0;
margin:0;
list-style:none;
}
#content ul li {
width:274px;
height:30px;
text-align:left;
line-height:30px;
margin:5px 0 5px 0;
}
#content ul li.input {
width:274px;
height:34px;
}
.input {
border:0;
width:274px;
height:26px;
background:url(../img/login/img1.jpg) no-repeat;
padding-top:8px;
padding-left:10px;
}
#content ul li.loginB {
width:274px;
height:34px;
text-align:right;
margin:20px 0 0 0;
}
#support_container {
width:337px;
height:80px;
margin:0 auto;
margin-top:10px;
}
#footer {
width:100%;
height:20px;
float:left;
font-size:12px;
text-align:center;
margin-top:60px;
}
