.w {
    width: 620px;
    margin: auto;
    margin-top:100px!important;
}

.header {
    height: 82px;
    border-bottom: 2px solid #b1191a;
}

.logo {
    padding-top: 15px;
}

.registerarea {
    height: 370px;
    border: 1px solid #ccc;
    margin-top: 20px;
    background-color:white;
}

    .registerarea h3 {
        height: 40px;
        border-bottom: 1px solid #ccc;
        background-color: #F6F6F6;
        padding: 0 10px;
        font-weight: 400;
        line-height: 40px;
        font-size: 18px;
    }

.registerarea h3 em {
    float: right;
    font-size: 14px;
}

.registerarea a {
    color: #c81623;
}

.reg_form {
    width: 600px;
    height: 400px;
    margin: 10px 10px;
}

    .reg_form span.tips label {
        text-align: left !important;
        width: 200px !important;
    }

li.agree {
    width: 671px;
}

    .reg_form li {
        margin-bottom: 15px;
    }

.reg_form label {
    display: inline-block;
    width: 50px;
    height: 36px;
    line-height: 36px;
    text-align: right;
}
    .reg_form .login-result {
        margin-left: 10px;
        color: #c81623;
        background-color: #e3a9ad;
        padding: 8px 10px;
        width: 240px;
        display: inline-block;
        display: none;
    }

    .inp {
        width: 238px;
        height: 34px;
        border: 1px solid #ccc;
        margin-left: 10px;
        padding: 0 10px;
    }

.error {
    color: #df3033;
    margin-left: 10px;
}

.error_icon,
.success_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/error.png) no-repeat;
    vertical-align: middle;
    margin-top: -2px;
}

.success {
    color: #40b83f;
    margin-left: 10px;
}

.success_icon {
    background-image: url(../img/success.png);
}

.safe {
    padding-left: 187px;
    color: #b2b2b2;
}

.safe em {
    padding: 0 12px;
    color: #fff;
}

.agree {
    padding-top: 0px;
    padding-left: 0px;
}

    .agree input {
        vertical-align: middle;
        margin-right: 10px;
        margin-left: 10px;
    }

.agree a {
    color: #1ba1e6;
}

.over {
    width: 200px;
    height: 34px;
    background-color: #e52432;
    margin: 30px 0 0 130px;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
}

.footer {
    height: 120px;
    text-align: center;
}

.links {
    margin-top: 20px;
    height: 30px;
}

.copyright {
    line-height: 20px;
}

.logo em {
    display: inline-block;
    /*overflow: hidden;*/
    width: 60px;
    height: 56px;
    background: url(../img/logo5.png) no-repeat;
    /*text-indent: -999px;*/
    font-size: 0;
    position: absolute;
}

.logo span {
    vertical-align: middle;
    line-height: 56px;
    position: relative;
    left: 65px;
    color: #c40000;
    cursor: pointer;
    font-size: 30px;
}