@CHARSET "UTF-8";

#page {
    width: 974px;
    position: relative;
    padding: 0px;
    margin: 0px;
}

.border-left {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 12px;
    height: 100%;
    background: #FFFFFF url("../img/login/login-panel-left.gif") repeat-y
        right top;
    z-index: 9999;
}

.border-right {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 12px;
    height: 100%;
    background: #FFFFFF url("../img/login/login-panel-right.gif") repeat-y
        left top;
    z-index: 9999;
}

.header {
    height: 56px;
    background: transparent url("../img/login/header-bg.gif") repeat-x 0 0;
    z-index: 999;
}

.content-top {
    position: absolute;
    top: 0px;
    left: 12px;
    height: 300px;
    width: 100%;
    background: transparent url("../img/login/login-panel-center-top.gif") repeat-y 0 0;
    z-index: -1;
}

.content-bottom {
    position: absolute;
    bottom: 0px;
    left: 12px;
    height: 300px;
    width: 100%;
    background: transparent url("../img/login/login-panel-center-bottom.gif") repeat-y 0 0;
    z-index: -1;
}

.content {
    position: absolute;
    width: 950px;
    height: 415px;
    background: transparent url("../img/login/login-panel-center.gif")
        repeat 0 0;
    left: 12px;
    
}

.footer-sep {
    width: 950px;
    height: 20px;
    background: transparent url("../img/login/footer-sep.gif") no-repeat
        center center;
    position: absolute;
    bottom: 47px;
    left: 12px;
    z-index: 9999;
}

.footer {
    position: absolute;
    bottom: 0px;
    height: 56px;
    width: 950px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    left: 12px;
}

.footer table td {
    font-size: 12px;
    color: #FFFFFF;
}

.footer a {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}
.center-panel {
    width: 600px;
    height: 415px;
    background: transparent url("../img/login/center-panel-bg.gif") repeat 0
        0;
    position: absolute;
    left: 176px;
    top: 0px;
}

.login-panel-footer-sep {
    width: 950px;
    height: 20px;
    background: transparent url("../img/login/footer-sep.gif") no-repeat
        center center;
    position: absolute;
    bottom: 47px;
    z-index: 9999;
}

.login-panel-footer {
    position: absolute;
    bottom: 0px;
    height: 56px;
    width: 100%;
    text-align: center;
    line-height: 56px;
    vertical-align: middle;
    font-size: 12px;
    color: #FFFFFF;
}

.login-panel-footer table td {
    font-size: 12px;
    color: #FFFFFF;
}

.login-panel-footer a {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

.login-panel-footer a:hover {
    text-decoration: underline;
}

.login-field-panel {
    position: absolute;
    top: 150px;
    left: 170px;
}

.x-form-field {
    border: 1px solid #CCCCCC;
    margin-right: 4px;
    background-image: none;
    padding: 2px 0px;
}

.x-form-invalid {
    border-color: #FF0000;
    border-style: solid;
    border-width: 1px;
}

.cdkey-label {
    font-size: 13px;
    color: #005298;
    font-weight: bold;
}

.captcha-label {
    font-size: 12px;
    color: #005298;
    font-weight: bold;
}

.login-field-panel a {
    font-size: 12px;
    color: #005298;
    text-decoration: none;
}

.login-field-panel a:hover {
    text-decoration: underline;
}

.refreshCaptcha {
    margin-left: 5px;
}

.operation-panel {
    position: absolute;
    left: 160px;
    top: 97px;
}

.loginBtn {
    width: 70px;
    height: 22px;
    background-image: url("/register/res/css/../img/login/login-btn.gif");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
}

.loginBtn:hover {
    background-image: url("/register/res/css/../img/login/login-btn-hover.gif");
}

.helpBtn {
    width: 51px;
    height: 22px;
    background-image: url("/register/res/css/../img/login/help-btn.gif");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
}

.helpBtn:hover {
    background-image: url("/register/res/css/../img/login/help-btn-hover.gif");
}