﻿.mainDiv {
    width: 1123px;
    height: 520px;
}
.mainDiv01 {
    width: 1123px;
    height: 90px;
}
.mainDiv02 {
    background: url('/common/resimage?key=LoginLogo') no-repeat center center;
    width: 1123px;
    height: 75px;
}
.mainDiv03 {
    background: url('images/login_03.png') no-repeat center 5px;
    width: 1123px;
    height: 13px;
}
.mainDiv04 {
    border-radius: 8px 0px 0px 8px;
    background: url('images/login_04.png') no-repeat center center;
    width: 575px;
    height: 258px;
}
.mainDiv05 {
    background: url('images/login_05.png') no-repeat center center;
    width: 248px;
    height: 231px;
}
.mainDiv06 {
    border-radius: 0px 8px 8px 0px;
    background: url('images/login_06.png') no-repeat center center;
    width: 300px;
    height: 258px;
}
.mainDiv07 {
    background: url('images/login_07.png') no-repeat center 0px;
    width: 248px;
    height: 27px;
}
.mainDiv08 {
    width: 1123px;
    height: 84px;
}
.loginForm ol li {
    padding-top: 20px;
    padding-bottom: 20px;
}
input[type=text] {
    width: 180px;
    height: 24px;
    border: 0px;
}
input[type=password] {
    width: 180px;
    height: 24px;
    border: 0px;
}
input[name=VerifyCode] {
    width: 136px;
    height: 24px;
    border: 0px;
}
#vcodeimg {
    width: 44px;
    height: 24px;
}
.loginbutton {
    background-color: #4A7DC6;
    cursor: pointer;
    height: 31px;
    font-family: 黑体;
    font-size: 16px;
    font-weight: bold;
    color: White;
    text-align: center;
    border-radius: 5px;
}
.laststepbutton {
    background-color: #4A7DC6;
    cursor: pointer;
    height: 31px;
    font-family: 黑体;
    font-size: 16px;
    font-weight: bold;
    color: White;
    text-align: center;
    width: 100px;
    float: left;
    line-height: 31px;
}
.nextstepbutton {
    background-color: #4A7DC6;
    cursor: pointer;
    height: 31px;
    font-family: 黑体;
    font-size: 16px;
    font-weight: bold;
    color: White;
    text-align: center;
    width: 100px;
    float: right;
    line-height: 31px;
}
.resetpasswordbutton {
    background-color: #4A7DC6;
    cursor: pointer;
    height: 28px;
    font-family: 黑体;
    font-size: 16px;
    font-weight: bold;
    color: White;
    text-align: center;
}
