body { height:100%; background:url(../../images/login/login_page_bg.png) no-repeat center; background-size:cover; }
.login_page { width:990px; margin:0 auto; background:url(../../images/login/light_bg.png) no-repeat center 10px; padding-top:1px; }
.login_page .tit { width:890px; height:130px; margin:10% auto 0; }
.login_page .box { width:378px; height:191px; background:url(../../images/login/login_box_bg.png) no-repeat center; margin:0 auto; padding:25px 30px; }
.login_page .box p { padding:5px 0 3px 5px; height:26px; }
.login_page .box p.validate{ height:38px; }
.login_page .box p label { float:left; width:100px; text-align:right; font:14px/22px "sunmin"; }
.login_page .box p input.txt { float:left; height:20px; border:solid 1px #cfd5db; width:200px; padding:2px 5px; }
.login_page .box p input.verify { width:100px; }
.login_page .box p span { float:left; width:100px; height:26px; margin-left:10px; display:inline; }
.login_page .box p.btn { height:36px; padding:5px 0 0 100px; }
.login_page .box p.btn input { width:98px; height:36px; background:url(../../images/login/login_btn_bg.png) no-repeat center; border:none; font:14px/32px "sunmin"; color:#fff; float:left; margin-left:10px; display:inline; cursor:pointer; }

.footer { position:absolute; bottom:0px; left:0px; width:100%; text-align:center; height:34px; border-top:solid 1px #2573c9; border-bottom:solid 1px #2573c9; background:url(../../images/login/footer_bg.png) repeat-x center; font:12px/34px "sunmin"; color:#fff; }