@charset "utf-8";
/* CSS Document */

/*登录*/
.login-contian{width:1260px;margin:50px auto 50px auto;background:#fff;height:auto;overflow:hidden;}
.login-banner{width:1260px;height:240px;}

.login-wrapper{width:375px;margin:0 auto;padding:50px 0px 80px 0px;}

.login-line{height:auto;overflow:hidden;margin-bottom:30px;}
.login-line dt{height:auto;overflow:hidden;float:left;width:90px;}
.login-line dt font,.login-line dt span{display:block;float:right;}
.login-line dt font{color:#ff6000;line-height:38px;}
.login-line dt span{font-size:16px;line-height:36px;padding:0px 10px 0px 5px;}
.login-line dd{float:left;width:280px;height:38px;line-height:38px;padding:0px 10px;}
.login-line dd input{width:229px;height:32px;line-height:32px;border:1px solid #e1e1e1; background-color:#FFFFFF}
a.loginBtn{background-image:url(../images/mouseBtn.png);}
.login-bottom{width:1100px;margin:0 auto;text-align:center;padding:30px 0px;color:#666666;}

/*注册*/
.reg-wrapper{width:880px;margin:0 auto;height:auto;overflow:hidden;padding:50px 0px 80px 0px;}
.reg-left{margin-top:24px;}
.reg-line{width:1px;height:310px;background-color:#e5e5e5;margin:0px 64px 0px 180px;}
.reg-right{margin-top:18px;}

dt.reg-tex{width:110px;}

a.regBtn{background-image:url(../images/regBtn.png);margin-left:110px;}

.existing,.reg-loginBtn{display:block;}
.existing{font-size:14px;color:#4c4c4c;padding-bottom:5px;}
.reg-loginBtn{width:180px;height:46px;line-height:44px;background-color:#247cf5;background-image:url(../images/reg_loginBtn.jpg);background-repeat:no-repeat;background-position:right center;color:#fff;font-size:20px;padding-left:60px;}
.reg-loginBtn:hover{background-color:#1664d3;background-image:url(../images/reg_loginBtnhover.jpg);color:#fff;}
