body
{
    background-color: #ededed;
    margin:0px;
    padding:0px;
    overflow: hidden;
}
*{
    font-family: "微软雅黑";
}
p{
    margin:0
}
#main
{
    width: 100%;
    height: 100%;
    border:0;
    font-size:18px;
    display:inline;
}
.BL
{
    width:100%;
    height:100%;
    position: absolute;
    top:18%;
    background: #ededed url("../images/login/LB.png") repeat-x 0 44px;
    text-align: center;
}
.CArea
{
    width:683px;
    height: 416px;
    text-align: center;
    margin-top:0;
    margin-right:auto;
    margin-left:auto;
    overflow: hidden
}
.register{
    width:100%;
    height:44px;
    text-align: right
}
.register span{
    font-size: 15px;
    color:#7a7a7a
}
.register a{
    text-decoration:none;
    font-size: 18px;
    color:#00a8ff
}
.register a:hover{
    color:#50c3ff
}
.SN
{
    height:132px;
    margin-top:98px;
}
.SN span
{
    height:50px;
    float:left;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
}
.Blogo
{
    width:277px;
    height:98px;
    margin-top:50px;
//    background-image: url("../images/login/Blogo.png");
//    background-repeat: no-repeat;
    float: left;
    position: absolute;
}
#login-form
{
    width:483px; 
    height:416px;
    margin-top:23px;
    margin-left: 200px;
    text-align: center;
    background-image:url("../images/login/loding.png");
    background-repeat: no-repeat;
    position: absolute;
}
.ULForm
{
    height:335px;
    margin-left:80px;
}
.ULTitle
{
    height:67px;
    width:300px;
}
.ULTitle span
{
    height:30px;
    float:left;
    line-height: 80px;
    font-size: 18px;
    color: #297fb1;
    margin-left:25px;
    width:130px;
}
.LF
{
    height:335px;
    width:378px;
    margin-left:25px;
}
.error
{
    height: 34px;
}
.errorText
{
    font-size: 12px;
    color:red;
    float: left;
    line-height: 34px;
    margin-left: 25px;
}
.shake
{
    color:#fff;
}
.username,.pwd
{
    width: 249px;
    height: 45px;
    margin-bottom: 18px;
}
.verify
{
    display: block;
    width: 249px;
    height: 45px;
    margin-bottom: 20px;
    margin-left: 25px;
    position: relative;
    list-style: none;
}
.verify input,.verify span
{
    display: none;
}
.verify input
{
    width: 123px;
    height: 45px;
    margin-bottom: 24px;
    padding-left: 10px;
    float: left;
}
.username_label
{
    width: 30px;
    height: 30px;
    display: block;
    margin-top:7px;
    margin-left:33px;
    position: absolute;
    background-image:url("../images/login/user.png");
    background-repeat: no-repeat;
}
.username_label_on
{
    background-image:url("../images/login/user_on.png");
}
.password_label
{
    width: 30px;
    height: 30px;
    display: block;
    margin-top:7px;
    margin-left:33px;
    position: absolute;
    background-image:url("../images/login/pwd.png");
    background-repeat: no-repeat;
}
.password_label_on
{
    background-image:url("../images/login/pwd_on.png");
}
input
{
    width: 249px;
    height: 43px;
    outline: none;
    background: transparent;
    font-size: 21px;
    background-color: #ecf2f6;
    padding: 0px 0 0px 46px;
    font-size: 14px;
    border: 1px solid #b4cfde;
    -ms-line-height: 45px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ecf2f6 inset;
}
#LoginForm_username,#LoginForm_password
{
    width:201px;
    margin-left: 25px;
}
.verify_img
{
    height:45px;
    width:102px;
    border:1px solid gray;
    display: block;
    float: left;
    margin-left: 10px;
    background:url(../images/login/loading.gif) center center no-repeat;
    cursor:pointer
}
#getcode,#getcode2{
    width:100px;
    margin-top:12px;
    margin-left: 5px;
    font-size: 14px;
    border:1px;
    background-color: #AAA;
    cursor:pointer;
    height:25px;
    float:left;
    display:none;
}
#getcode2{
    cursor:default;
}
#LoginForm_rememberMe
{
    height:24px;
    margin-right:60px;
}
#error,#errorcode
{
    font-size:16px;
    background-image:url("../images/login/info.png");
    width:295px;
    height: 46px;
    padding-top:14px;
    color: red;
    opacity: 0.8;
    filter:alpha(opacity=0.7);
    text-align:center;
    display:none;
    margin:10px auto;
    margin-top: -200px;
}
#divSubmit
{
    width:20px;
    height:20px;
    margin-left: -25px;
    margin-top: 239px;
    vertical-align: center;
    position:absolute;
    background-image:url("../images/login/arrow.png");
    cursor:pointer;
}
.forgetPwd{
    clear:both;
    position: absolute;
    margin-left: 207px;
    margin-top: -3px;
    font-size:14px;
    color:#00a8ff
}
.forgetPwd a{
    text-decoration: none;
    color:#00a8ff    
}
.forgetPwd a:hover{
    color:#50c3ff    
}
.rememberMe{
    position: absolute;
    font-size:14px;
    margin-left: 25px;
    color: #7a7a7a;
    width: 105px;
    text-align: right;
    line-height: 14px;
}
.rememberMe span{
    cursor:pointer;
    height:14px;
    width:14px;
    position: absolute;
    left:0;
    background:url("../images/login/unchecked.png") center center no-repeat;;
}
#divSubmit:hover
{
    background-position: 0 -20px;
}

#divSubmit-select-btn:active
{
    background-position: 0 -40px;
}

.RLF
{
    float: right;
    width:53px;
    height:53px;
    margin-top: -165px;
    margin-right: 25px;
    background-image:url("../images/login/Lbtn.png");
    background-repeat: no-repeat;
    cursor:pointer;
}
.RLF:hover
{
    background-image:url("../images/login/Lbtn_on.png");
}
.ReVerify
{
    float: right;
    width:53px;
    height:32px;
    margin-top: -60px;
    margin-right: 25px;
    display:none;
}
.ReVerify span
{
    font-size: 14px;
    color:#4991e4;
    line-height: 32px;
    cursor: pointer;
}
.footer 
{
    position: absolute;
    bottom: 25px;
    width: 683px;
    text-align: center;
    color:#4e4e4e;
    font-size:13px;
}
.footer span 
{
    cursor:pointer
}
.footer span:hover{
    font-weight: bold
}
::-webkit-input-placeholder { /* WebKit browsers */
    font-size:14px;
    color:    #c2c2c2;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size:14px;
    color:    #c2c2c2;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size:14px;
    color:    #c2c2c2;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size:14px;
    color:    #c2c2c2;
}
