HTML,
BODY {
    margin: 0px;
    height: 100%;
    overflow: hidden;
}

.MainBar {
    width: 100%;
    height: 480px;
    position: absolute;
    top: 50%;
    margin-top: -240px;
}

.MainContainer {
    width: 900px;
    height: 100%;
    margin: 0px auto;
}

#divTitle {
    /* width: 870px; */
    height: 64px;
}

#divLogo {
    float: left;
    width: 450px;
    height: 450px;
    margin-top: -40px;
}

.LoginContainer {
    float: right;
    text-align: right;
    height: 415px;
    margin-right: 55px;
}

.LoginTitle {
    clear: both;
    width: 300px;
    height: 40px;
    line-height: 40px;
    font-family: 黑体;
    font-weight: bold;
    padding-left: 9px;
    color: white;
    text-align: left;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.LoginFrame {
    width: 309px;
    height: 242px;
    text-align: left;
    padding-top: 28px;
}

.LoginFrame INPUT {
    display: block;
    height: 39px;
    line-height: 39px;
    border-width: 0px;
    font-size: 15px;
    margin-left: 59px;
    padding-left: 5px;
}

.LoginFrame IMG {
    display: block;
    width: 97px;
    height: 38px;
    margin-top: 32px;
    cursor: pointer;
}

.LoginFrame2 {
    width: 309px;
    text-align: left;
    padding-top: 28px;
    font-size: 14px;
}

.LoginFrame2 TD {
    padding: 5px;
}

.LoginFrame2 TD input {
    width: 160px;
    height: 20px;
    line-height: 20px;
}

#txtAccount {
    width: 222px;
    background: transparent;
}

#txtPassword {
    margin-top: 30px;
    width: 222px;
    background: transparent;
}

#txtValidCode {
    margin-top: 30px;
    width: 124px;
    line-height: 19px;
    background: transparent;
    float: left;
}

#imgValidCode2 {
    margin-left: 195px;
    margin-bottom: 20px;
    width: 90px;
    height: 30px;
}

.ButtonFrame {
    width: 309px;
    background-color: white;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ButtonFrame INPUT {
    width: 275px;
    height: 40px;
    border-width: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}

.CopyRight {
    text-align: center;
    font-size: 16px;
    font-family: 黑体;
    margin-bottom: 30px;
    width: 100%;
}

.Tecknoge {
    text-align: center;
    font-size: 12px;
}

.Tecknoge a {
    color: white;
}

#divDescription {
    width: 836px;
    height: 330px;
    background-color: white;
    margin-top: 10px;
    padding: 10px;
    overflow: auto;
    line-height: 160%;
    font-size: 14px;
    border-radius: 15px;
}

#divAgreeBar {
    width: 836px;
    text-align: center;
    padding: 15px 0px;
    border-radius: 40px;
}

#divAgreeBar INPUT {
    margin: 0px 20px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-width: 1px;
    outline: none;
    border-radius: 40px;
}