/* CSS Document */
*{
margin:0;
padding:0;
}
img {border:0px;}
a:link,
a:visited
{
color:#565656;
text-decoration:none;
}
a:hover
{
color:#F60;
text-decoration:underline;
}
a:active{
color:#565656;
text-decoration:none;
}
a.underline{
text-decoration:underline;
}
td{
}
ul{
list-style:none;
}
.red{
color:#670001;
}
.bold{
font-weight:bold;
}
.font14{
font-size:14px;
}
h2 span.right{
float:right;
}
body{
/* background:url(../images/bg_body.gif) repeat-x 0 35px; */
text-align:center;
font-size:12px;
line-height:150%;
color:#565656;
font-family:tahoma,verdana,'宋体','新宋体',arial,sans-serif,'Lucida Grande','Lucida Sans Unicode';
}
div#main{
width:915px;
padding-left:7px;
margin:0 auto;
text-align:left;
background:#FFF;
}
div#header{
padding:5px 0;
overflow:hidden;
zoom:1;
}
div#banner{
width:670px;
height:287px;
float:left;
}
div#banner img{
display:block;
}
div#bannerRight{
width:245px;
height:285px;
border-top:1px solid #E0E0E0;
border-bottom:1px solid #E0E0E0;
background:url(../images/shadow.gif) repeat-y right;
float:left;
}
div.login{
width:217px;
height:135px;
background:url(../images/bg_login.gif) no-repeat left top;
margin-left:6px;
padding:47px 0 0 12px;
}
div.login input.text{
width:132px;
height:15px;
padding:3px;
background:#e8efff;
border:1px solid #d9d9d9;
}
div.notice{
width:229px;
height:53px;
padding-top:35px;
background:url(../images/bg_notice.gif) no-repeat left top;
margin:8px 0 0 6px;
}
div.notice ul{
margin-left:15px;
}
div.notice ul li{
padding:2px 0;
padding-left:10px;
background:url(../images/icon_li.gif) no-repeat center left;
}
div#footer{
clear:both;
padding:15px 0;
border-top:2px solid #D3D3D3;
margin-top:15px;
}
div#footer span.copyright{
float:right;
line-height:180%;
color:#333;
text-align:right;
}
/*密码找回*/
.forgetContent{
margin:40px 150px;
border:3px solid #E8E8E8;
width:550px;
padding:10px 25px 25px 25px;
}
.forgetContent h2{
height:40px;
line-height:40px;
font-size:14px;
font-weight:bold;
background:url(../images/icon_forget.gif) no-repeat center left;
padding-left:20px;
border-bottom:1px solid #CCC;
}
.forgetContent div.container{
padding:10px 0 0 0;
}
.noticeLayer{
background:#F2FAFF;
border:1px solid #BED6E4;
padding:5px 10px;
margin-top:10px;
color:#000;
}
.orange{
color:#F60;
}
