/*CSS Documents */
/* UTF-8 编码 */


.winlogin_bg_tran {
   position: absolute;
   top:-1px;
   left: -1px;
   /*margin-left: -75px;*/
   width: 100%;
   height: 100%;
   background: #000;
   border: solid 1px #fff;
   opacity:0.4;-moz-opacity:0.4;-khtml-opacity:0.4;filter:alpha(Opacity=40);
   z-index: 99992;
   text-align:center; 
   /*display:none;*/
   display:none;
}

.winlogin { 
   position:fixed;
   padding:0px;
   margin-top:0px;
   top: 0px;
   left: 17%;
   width:480px; height:320px;
   text-align:left;
   color: #fff;
   z-index: 99993; 
   display:none; 
   
}
.winlogin_title {position:absolute; background-color:#FFFFFF; color:#333333;width:450px; height:40px; padding:10px; text-align:center}
.winlogin_nr {  color:#333333; padding-top:8px; font-size:14px;}
.winlogin_nr {background-color:#FFFFFF; } 
.winlogin_bt {color:#333333; line-height:32px;font-size:16px; background-color:#eeeeee; height:30px;border-bottom:1px solid #cccccc;}
.thirdlogin { float:left; margin-top:6px; }
.thirdlogin a { margin-left: 12px;display:inline-table; width:20px; height:20px;background:url(/img/pub/pic/third_icon.jpg) no-repeat 0px 0px;}
.thirdlogin a.loginqq { background-position:0px 0px; }
.thirdlogin a.loginweibo { background-position: 0px -40px;}
.thirdlogin a.loginrenren { background-position: 0px -120px;}
.thirdlogin a.loginweixinqr { background-position: 0px -80px;}