@charset "utf-8";

/*
 * Copyright 2005-2013 zbli. All rights reserved.
 * Support: http://www.wit.net
 * License: http://www.wit.net/license
 * 
 * Style - Login
 * Version: 3.0
 */

/* ---------- Login ---------- */

div.login {
    width: 520px;
    height: 500px;
    padding: 110px 160px 0 160px;
    margin: 60px auto 0 auto;
    padding-left: 200px;
    overflow: hidden;
    background: url(../images/login.png) 0 0 no-repeat;
    margin-left: auto;
    margin-right: auto;
}

div.login table {
    width: 520px;
    height: 220px;
}

div.login th {
    height: 30px;
    padding-right: 6px;
    font-weight: normal;
    text-align: right;
}

div.login .captcha {
    width: 90px;
    text-transform: uppercase;
    ime-mode: disabled;
}

div.login .captchaImage {
    margin-left: 10px;
    vertical-align: middle;
    cursor: pointer;
}

div.login .homeButton {
    width: 37px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    outline: none;
    blr: expression(this.hideFocus = true);
    border: none;
    background: url(../images/login.png) 0 -420px no-repeat;
}

div.login .loginButton {
    width: 70px;
    height: 30px;
    line-height: 30px;
    color: #476b89;
    cursor: pointer;
    outline: none;
    blr: expression(this.hideFocus = true);
    border: none;
    background: url(../images/login.png) -37px -420px no-repeat;
}

div.login .powered {
    height: 30px;
    line-height: 30px;
    padding-top: 40px;
    padding-left: 250px;
    text-align: left;
    font-size: 9px;
    color: #999999;
}

div.login .link {
    height: 30px;
    line-height: 30px;
    padding-right: 7px;
    text-align: right;
    color: #888888;
}

div.login .link a {
    color: #888888;
    margin: 0 3px;
}

fieldset {
    line-height: 30px;
    padding: 0 10px;
    margin: 10px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cccccc;
}

fieldset strong {
    font-weight: bold;
}

.login_main {
    width: 100%;
    position: relative;
    margin: 0;
}

.login_header {
    width: 100%;
    height: 93px;
    position: absolute;
    margin: 0;
    float: left;
}

.login_middle {
    width: 100%;
    height: 424px;
    position: absolute;
    margin: 0;
}

.login_middle_main {
    width: 929px;
    height: 424px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.middle_logo {
    width: 608px;
    height: 88px;
    position: absolute;
    margin: auto;
}

.middle_ad {
    width: 608px;
    height: 424px;
    position: absolute;
    margin: 44px auto;
}

.login_submit {
    width: 929px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 5px;
}

.loginSubitNew {
    background: #00a0e9 !important;
    width: 240px !important;
    border-radius: 5px;
    color: #fff !important;
    height: 50px;
    font-size: 20px;
    padding: 0;
    display: block;
    margin: 80px auto 0;
}

.middle_lg {
    width: 360px;
    height: 435px;
    background: #fff;
    margin: 10% auto 45px;
    padding: 40px;
    border-radius: 5px;
    /*position:absolute;*/
    /*margin-left:608px;*/
    /* background:url(../images/login_input_bg.jpg) no-repeat;*/
}

.middle_lg .login_wrap > input {
    width: 100%;
    background: #f0f0f0;
    height: 35px;
    border: 0;
    outline: none;
    padding: 0;
    text-indent: 5px
}

.middle_lg .login_wrap > p > input {
    background: #f0f0f0;
    height: 40px;
    border: 0;
    outline: none;
    padding: 0;
    text-indent: 5px
}

.middle_lg .login_wrap .login_title {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0;
}

.middle_lg table {
    width: 100%;
    height: 100%;
    padding-top: 0;
    /*margin-top:160px; */
    margin-left: 0;
}

.login_footer {
    width: 100%;
    float: left;
    text-align: center;
    position: absolute;
    margin: 430px auto;
}

.login .submitButton {
    width: 122px;
    height: 42px;
    line-height: 42px;
    color: #476b89;
    cursor: pointer;
    border: none;
    background: url(../images/login_lg_btn.jpg) no-repeat;
}

.login .loginTable {
    width: 479px;
    height: 212px;
}

.login .captcha {
    width: 90px;
    text-transform: uppercase;
}

.login .captchaImage {
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
    height: 40px;
}

.login .powered {
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    text-align: center;
    font-size: 12px;
    color: #999999;
}