/* CSS Document */
body{ background:#efefef url(../images/loginMainBg.jpg) no-repeat center 80px;}
.topLogo{ background:url(../images/loginTopBg.jpg) repeat-x left top; }
/*.topLogo span{ float: left; width: 68px;height: 65px; margin: 10px 0 0 10px;}*/

.mainBox ul li span{ color:#000;}
.mainBox ul li .textBox01{ border:solid 1px #d6d6d6; background:url(../images/loginInputBg.jpg) repeat-x left top;}
.mainBox ul li .textBox02{ border:solid 1px #d6d6d6; background:url(../images/loginInputBg.jpg) repeat-x left top;}

.mainBox ul li .subBtn{ color:#fff; background:url(../images/loginBtn.png)  no-repeat left top; }

#footer { color: #4ca2dc; padding-top:35px; text-align:center;}


.mainBox ul li span.field-validation-error span{ color:Red;}

.topLogo span.headerTitle{
    color: #fff;
    font-size: 24px;
    font-family: '黑体';
    line-height: 65px;
    text-shadow: 1px 1px 1px #666;
    width: auto;
}
.mainBox{padding-top:140px;}
.mainBox ul li .subBtn{width:83px; height:31px; }