﻿.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 2px;
    width: 1123px;
    height: 13px;
}
.mainDiv04
{
    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
{
    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;
    }
.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;
    }