﻿@charset "utf-8";
/* CSS Document */

/*登录*/
.top{ position:static }
.login {width:1000px; margin:0 auto; }
.login .top{ background:url(../images/logobg.png) no-repeat; width:1000px; height:125px; margin-top:60px;}
.login .center{ border:1px solid #ab957b;width:324px; border-top:none; padding:30px 325px;}
.username{border:1px solid #d2d2d2; width:315px; height:36px;_height:36px; background-color:#fff; margin-bottom:20px; float:left;}
.username:hover{border:1px solid #ff9900;height:36px;}
.username input{ color:#999; border:1px solid #fff;height:32px;line-height:32px;margin-left:10px; width:260px;}
.loginbar .username input{ width:auto}
.username img{ margin:10px; float:left;}
.login .length{ width:100px;}
.login .length input{ width:60px;}
.yanzhengma{ width:60px; height:36px;float:left; margin:0px 6px;}
.login .right_k a{ color:#99cc33; line-height:36px;}
input.loginbtn{ width:315px; background-color:#ff9900; height:44px; line-height:38px; border:none;-moz-border-radius:6px;      /* Gecko browsers */
    -webkit-border-radius:6px;   /* Webkit browsers */
    border-radius:6px; color:#fff; font-size:18px; margin-bottom:10px; cursor:pointer; margin-top:30px;}
input.loginbtn:hover{ background-color:#f49506;  }
.tips{ color:#F00; width:300px; clear:both;}
.rem_user_name{ clear:both; margin-bottom:10px;}
.rem_user_name input{float:left;}
.rem_user_name span{line-height:20px; height:20px;}