html{
    height: 100%;
}
body{
    height: 100%;
    background:#9d2a0f url("../../images/register/bg.png?v=1") repeat center top;
}


.header{
    height: 72px;
    margin-top: 50px;
}
.header img{
    display: block;
    margin: 0 auto;
}
#form_reg .logo_big{
    width: 670px;
    margin: 40px auto 0;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FDFDFD inset;
}

.btnStyle{
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}
.btnStyle:hover{
    background-position: -0px -45px;
}

.regBox{
    background:url("../../images/register/box.png?v=1") no-repeat;
    width: 684px;
    height: 600px;
    position: relative;
    margin: 0 auto;
    color: #f9f9f9;
    font-size: 14px;
    padding-top: 1px;
    top: 30px;
    /*border: 1px solid #b73617;*/
}


.register_list{
    width: 437px;
    height: 410px;
    margin: 80px 0 0 83px;
}
.register_list li{
    margin-bottom: 20px;
}

.register_list input{
    width: 330px;
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
    background: none;
    color: #000;
    font-size: 14px;
}

.btnStyle{
    width: 387px;
    margin: 20px 0 0 26px;
    height: 50px;
    background: url("../../images/register/btn.png?v=1") no-repeat -4px -2px;
    color: #762f0f;
    font-size: 26px;
}
.btnStyle:hover{
    background-position: -4px -59px;
}



.footer{
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin-top: 50px;
    height: 108px;
    color: #e28a50;
    font-size: 16px;
    text-align: center;
}


#server_online{
    width: 116px;
    height: 144px;
    background: url("../../images/register/service.png?v=1") no-repeat 0 0;
    display: block;
    text-indent: -999px;
    overflow: hidden;
    margin: 158px 0 0 -17px;
}
