.jqmOverlay { background-color: #777; }
#yjs_popup_login {display: none; position: fixed;top: 35%;left: 50%;margin:0;margin-left: -200px;padding:0;border:1px solid #999;overflow:hidden;background:#fff;}
#yjs_popup_login .l{float:left;}
#yjs_popup_login .r{float:right;}
#yjs_popup_login a{color:#666;}
#yjs_popup_login a:hover{color:#30bf85;}
#yjs_popup_login div.popup{border:8px solid #30bf85;}
#yjs_popup_login div.popup img{padding:1px 2px 6px 2px;border:none;vertical-align:middle;}
#yjs_popup_login div.popup h3{padding:10px;font:bold 14px 宋体;color:#333;border-bottom:1px solid #ddd; background:#eee; margin:0; text-align:left;}
#yjs_popup_login div.popup p.content{padding:30px 20px;background:#f8fbfe;font:normal 14px 宋体;color:#07c;line-height:160%}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html #gg_popup{
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(35 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.popuplogin_tb{margin:30px auto;}
.popuplogin_tb td{text-align:left; line-height:35px;}
.popuplogin_tb td.subm{text-align:center;}
#yjs_loginbtn{cursor:pointer;}
