#loginAndRegBackground{
    background: url('../img/beijingtu-pic.jpg')center center no-repeat;
    height: 935px;
    padding-top: 215px;
    min-width: 1200px;
}

#mainWindow{
    margin:0 auto;
    width: 498px;
    height: 418px;
    background-color: #ffffff;
    opacity: 0.9;
    border: solid 1px #000000;
}
#mainWindow .tab{
    width: 246px;
    height: 45px;
    line-height: 46px;
    vertical-align: middle;
    text-align: center;
    opacity: 0.9;
    background-color: #e6e6e6;
    display: inline-block;
    font-size: 16px;
    color: #282828;
    cursor: pointer;
}
#mainWindow .unactive{
    border-left: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
    border-bottom: 1px solid #1b1b1b;
}
#mainWindow .activeLeft{
    width: 245px;
    background-color: #ffffff;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    cursor: default;
}

#mainWindow .activeRight{
    width: 245px;
    background-color: #ffffff;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    cursor: default;
}
#mainWindow .tab_title{
    font-weight: bold;
    font-size: 18px;
    color: #282828;
    text-align: center;
    margin-top:35px;
    margin-bottom: 32px;
}
#mainWindow .form_input input[type="text"],#mainWindow .form_input input[type="password"]{
    width: 365px;
    height: 36px;
    margin:0 60px 10px 60px;
    padding-left: 10px;
    border: 1px solid #a2a2a3;
}
#mainWindow .form_input input[type="checkbox"]{
    width: 12px;
    height: 12px;
}
#mainWindow #rememberMe{
    font-size: 12px;
    color: #5b5b5b;
    display: inline-block;
    margin-left: 60px;
    cursor: pointer;
    line-height: 12px;
    vertical-align: middle;
    padding-left: 16px;
}
#mainWindow .checkbox_unchecked{
    background: url("../img/icon-kuan-def.png") no-repeat;
}
#mainWindow .checkbox_checked{
    background: url("../img/icon-kuan-pre.png") no-repeat;
}


#mainWindow #forgotPwd{
    display: inline-block;
        float: right;
    margin-right: 52px;
    color: rgb(40,40,40);
    opacity: 0.9;
}
#mainWindow #forgotPwd:hover{
    opacity: 0.6;
}
#mainWindow #forgotPwd a{
    display: inline-block;
        font-size: 12px;
    color: #282828;
    text-decoration: none;
}
#mainWindow .btn{
    width: 380px;
    height: 40px;
    opacity: 1;
    background-color: #01a5ed;
    margin:20px 60px 29px 60px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    color: #ffffff;
    font-size: 14px;
}

#mainWindow .btn:hover{
    opacity: 0.6;
}
#mainWindow .line_dashed{
    width: 100%;
    height: 1px;
    opacity: 0.21;
    border-top: dashed 1px #030000;
}
#mainWindow #regGuide{
    font-size: 12px;
    color: #282828;
    text-align: center;
    margin-top:22px;
}
#mainWindow #regGuide a{
    text-decoration: underline;
    color: #e06a0b;
}
#mainWindow #regGuide a:hover{
    color: #fc8b2f;
}
#mainWindow #reg{
    display: none;
}
#mainWindow #checknumber{
    width: 246px;
    display: inline-block;
    margin-right: 10px;
    float: left;
}
#mainWindow .getCheckNumber{
    width: 108px;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    display: inline-block;
    background-color: #ffcc00;
    color: #282828;
    font-size: 12px;
    padding-left: 24px;
    cursor: pointer;
}
#mainWindow .wait60Seconds{
    background-color: #cccccc;
    color: #282828;
    font-size: 12px;
    padding-left: 12px;
    width: 98px;
    cursor: default;
}
#mainWindow #reg #regButton{
    margin-top:8px;
}
#mainWindow #forgot .tab_title{
    margin-top: 50px;
}
#mainWindow #forgot #phone{
    width: 365px;
    height: 34px;
    margin:0 60px 10px 60px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
}
#mainWindow #forgotButton{
    opacity: 1;
    margin-top: 20px;
}