@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,p,ul,li{ margin:0; padding:0; font-family:"微软雅黑";}
.loginbody{ width:100%; height:480px; position:absolute; top:50%; margin-top:-240px;}
.loginhead{ height:48px;}
.loginheadMain { width:1000px; margin:0 auto; line-height:48px; height:48px;}
.loginheadMain h1{ line-height:48px; font-size:24px; font-weight:normal; float:left;}
.loginheadMain .help{ float:right; padding:12px 0; line-height:24px;}
.loginheadMain .help a{ display:block; color:#999; text-decoration:none; padding:0 8px; float:left;font-size:12px; margin-right:12px;}
.loginmain { background:url(images/background2.jpg) center no-repeat; height:360px;}
.loginmain .loginmainBox{ width:1000px; margin:0 auto; position:relative;}
.loginmain .loginmainBoxMain{width: 308px;height: 260px;background: #fff;position: absolute;right: 15px;top: 52px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;-webkit-box-shadow: 0px 1px 8px #999;-moz-box-shadow: 0px 1px 8px #999;box-shadow: 0px 1px 8px #999;}
.logintitle {height: 48px;clear: both;background: url(images/logintab.jpg) repeat-x;-moz-border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0;border-radius: 5px 5px 0 0;}
.logintitle h2{ text-indent:1em; font-size:20px; font-weight:normal; line-height:48px;}
.loginCotent { clear:both;padding:6px 24px;}
.labbox { clear:both; overflow:hidden; padding:4px 0;}
.labtext { height:38px; line-height:38px; float:left; width:72px; text-align:right; padding-right:6px; font-size:14px;}
.labinput{ height:38px; line-height:38px; float:left;}
.labinput .input{margin: 5px 0;padding: 4px 4px;height: 20px;border: 1px solid #ccc;color: #666;font-size: 14px; width:140px;}
.labinput .loginBtn {background: url(images/loginBtn.jpg) no-repeat;height: 34px;width: 100px;border: none;cursor: pointer;margin-top: 6px;}

.loginfoot{ height:72px; width:100%; background:#f2f2f2;}
.loginfootmain{ width:1000px; margin:0 auto;}
.loginfootmain p{ line-height:72px; font-size:12px; color:#666; display:block;}
.loginfootmain p a{ text-decoration:none; color:#666;}

.errorLogin {padding: 4px 20px 4px 24px; line-height:14px; color:#f00; height:14px;}
.errorLogin p{ display:none; line-height:14px; height:14px; margin:0;}