.w {
    width: 1200px;
    margin: 0 auto;
}

header {
    height: 84px;
    border-bottom: 2px solid #c81523;
}

.logo {
    padding-top: 18px;
}

.registerarea {
    margin-top: 20px;
    height: 522px;
    border: 1px solid #ccc;
}

.registerarea h3 {
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    background-color: #ececec;
    border-bottom: 2px solid #ccc;
    font-size: 16px;
    font-weight: 400;
}

.login {
    float: right;
    font-size: 12px;
    font-weight: 400;
}

.login a {
    margin-left: 3px;
    color: #c81523;
}

.reg_form {
    user-select: none;
    width: 600px;
    margin: 50px auto 0;
}
.reg_form ul li{
    margin-bottom: 20px;
}

.reg_form ul li label {
    display: inline-block;
    width: 80px;
    text-align: right;
}

.reg_form ul li .inp {
    width: 242px;
    height: 37px;
    border: 1px solid #ccc;
}

.error {
    color: #c81523;
}
.error_icon,.success_icon{
    margin: 0px 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/error.png)no-repeat;
    vertical-align: middle;
    margin-top: -2px;
}
.success{
    color: green;
}
.success_icon{
    background: url(../images/success.png)no-repeat;
}
.safa{
    margin-left: 146px;
}
.safa em{
    padding: 0 12px;
    color: #fff;
    background-color: grey;
}
.safa em:nth-child(1){
    background-color: #c81523;
}
.safa em:nth-child(2){
    background-color: yellowgreen;
}
.safa em:nth-child(3){
    background-color: green;
}
.agree{
margin-left: 100px;
}
.agree input{
    vertical-align: middle;
}
.agree a{
    color: #1ba1e6;
}
.btn{
    color: #fff;
    font-size: 14px;
    width: 200px;
    height: 34px;
    margin:30px 0 0 105px;
    background-color: #c81623;
}