
/* CSS Document */
.loginbox{ width:100% margin:0 auto; background-color:#f7f7f7; padding-top:50px;}
.login{ width:1000px; margin:0 auto; overflow:hidden;}
.login_l{ width:527px; height:500px; margin-left:10px; float:left; }
.login_r{ width:314px; float:right; border-top:2px solid #6f6f6f; margin-top:34px; padding:30px 20px; background-color:#ffffff;}
.login_r h1{ text-align:center; color:#333333; font-size:24px; line-height:24px; margin-bottom:10px;}
.login_r h2{ text-align:center; color:#999999; font-size:14px; line-height:14px; margin-bottom:23px;}
.import{ width:100%; margin-bottom:5px;} 
.import input{ width:274px; border:1px solid #cccccc; border-radius:2px; height:37px; line-height:37px; padding-left:46px; margin-bottom:15px; font-size:14px; color:#333333}
.user{ background:url(../image/user.jpg) left center no-repeat;}
.password{ background:url(../image/password.jpg) left center no-repeat;}
.login_false{ width:100%; overflow:hidden; margin-bottom:16px;}
.login_falsel{ float:left;width:14px; height:14px; background:url(../image/false.png) top center no-repeat; margin-right:4px;}
.login_falser{ float:left; color: #fa5b5b;font-size: 14px;line-height: 14px;}
.forget{ width:100%; overflow:hidden;}
.forget_l{ float:left; height:12px; color:#333333; font-size:12px;}
.forget a{ display:inline-block; float:right; color:#333333; font-size:12px;}
.forget a:hover{ text-decoration:underline;}
.login_btn{ width:100%; text-align:center; height:40px; line-height:40px; font-size:18px; color:#ffffff; background-color:#ac9d86; border-radius:2px; margin-top:18px; margin-bottom:26px; cursor:pointer;}
.login_btn:hover{ background-color:#93836a;}
.login_r p{ text-align:center; color:#333333; font-size:14px; line-height:14px;}
.login_r p a{ color:#333333; text-decoration:underline;}
