@charset "utf-8";
body{height: 100%;}
#loginBox{border:2px solid #3376b2;z-index: 101;overflow: hidden;left: 50%;top: 50%; /*margin-left: -250px !important;FF IE7 该值为本身宽的一半 */ /* margin-top: -205px !important; FF IE7 该值为本身高的一半*/position: fixed !important; /*FF IE7*/position: absolute; /*IE6*/_top: expression(eval(document.compatMode &&  	      document.compatMode==    'CSS1Compat' ) ? documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 : /*IE6*/ document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2); /*IE5 IE5.5*/background: #fff;width: 420px;height: 245px;margin-left: -210px !important;margin-top: -110px !important;margin-top: 0;display: none;}
#loginBox .title{background-color: #fbaf15; background:url(images/login_title_bg.gif) repeat-x;;padding: 10px;color: #3b8dd6;font-weight: bold; font-size:16px;}
#loginBox .title img{float: right;cursor: pointer;}
#loginBox .boxcontent{background-color: #fff;padding:10px 15px;height: 105px;}
#loginBox .boxcontent table tr{ height:25px; line-height:25px;}
#loginBox span{color: #f00;display: none;}
#mask{width: 100%;height: 100%;background-color: #000; /*position: absolute;*/position: fixed !important; /*FF IE7*/position: absolute; /*IE6*/top: 0px;left: 0px;filter: alpha(opacity=30);-moz-opacity: 0.3;opacity: 0.3;z-index: 100;}
#btnLogin{ float:left;background:url(images/pre_next.png) no-repeat left top; width:96px; height:30px; border:0 none; color:#FFFFFF; cursor:pointer;}
#btnLogin:hover{ background-position:right bottom;}
.login_fuzhu{ float:left;}
.login_fuzhu li{background:url(images/dt_line.gif) no-repeat left center; padding:0 5px 0 10px; margin-left:10px; height:15px; line-height:15px; color:#666666;}
