@charset "utf-8";
/* CSS Document */
/*全局控制*/
body{ padding:0; margin:0; font-size:12px; font-family:"Microsoft Yahei" ; }
/*重置浏览器设置*/
h1,h2,h3,h4,ul,ol,li,dl,dt,dd,input,img,p,textarea{ margin:0; padding:0; list-style:none; border:0;}
.warp{width: 650px; height: 406px; margin: auto; background-image: url("../image/logo_bg.png");background-repeat: no-repeat; position: absolute; top:0;left: 0; bottom: 0; right: 0;}
.loginbox{ width: 460px; height: 230px; margin: 120px auto 0px;}
.title{ height: 46px; line-height: 46px; color: #0058a2; font-size: 24px; text-align: center;}
.login{ width: 100%; overflow: hidden;}
.login_left{ float: left;margin:15px 0px 0px 12px;}
.login_right{ width: 250px; overflow: hidden; float: right; padding-top: 15px;margin-top: 10px;}
.login input{ width:178px; height:28px; line-height:28px; border:1px solid #dfdfdf; border-radius: 3px; margin-bottom: 14px; padding-left:26px; font-size:14px;color:#999;font-family: "Microsoft Yahei" , "Arial";}
.login_right .user{ background-image:url(../image/icon1.png);background-repeat: no-repeat;background-position:5px center; }
.login_right .pass{ background-image:url(../image/icon2.png);background-repeat:no-repeat;background-position:5px center;}
.login_right .login_btn{ border: 1px solid #1b85c9; padding:0; width:104px; background:#4781ca;color:#fff; height: 28px; line-height:28px; margin-bottom:8px; cursor:pointer; font-family: "Microsoft Yahei" , "Arial";}
.login_right .lgobtn{ width:110px; background-image: url("../image/login_btn.png");background-repeat:  repeat-x;margin-right: 18px; }
.login_right .cancle{width:80px; background-image: url("../image/cancle_btn.png");background-repeat:  repeat-x; }
.footer{position: absolute;  bottom: 14px;  text-align: center;  width: 100%;  color: #fff;}
.login_cuowu{ width: 212px; color: #f00;}





