/* 版心 */
.w {
    width: 1200px;
    margin: 0 auto;
}

.header {
    height: 84px;
    border-bottom: 2px solid #b1191a;
}
.logo {
    padding-top: 18px;
}

.registerarea {
    margin-top: 20px;
    height: 522px;
    border: 1px solid #dfdfdf;
}
.registerarea h3 {
    background-color: #ececec;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 10px;
    font-size: 18px;
    font-weight: normal;
}
.login {
    float: right;
    font-size: 14px;
}
.registerarea .login a {
    color: #c81623;
}

.reg_form {
    width: 600px;
    margin: 50px auto 0;
}
.reg_form ul li {
    margin-bottom: 20px;
}
.reg_form label {
    display: inline-block;
    width: 88px;
    height: 36px;
    text-align: right;
    line-height: 36px;
}
.reg_form .inp input {
    width: 240px;
    height: 36px;
    border: 1px solid #999999;
    padding-left: 10px;
}
.error_icon, .success_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -1px;
}
.error {
    color: #df3033;
    margin-left: 10px;
}
.error_icon {
    background: url(../images/error.png) no-repeat center;
}
.success {
    margin-left: 10px;
}
.success_icon {
    background: url(../images/success.png) no-repeat center;
}
.safe {
    margin-left: 179px;
    margin-top: -10px;
}
.safe span {
    padding: 0 10px;
    margin: 0 1px;
    color: #FFF;
}
.ruo {
    background-color: #de1111;
}
.zhong {
    background-color: #40b83f;
}
.qiang {
    background-color: #f79100;
}

.agree {
    margin: 40px 0 40px 92px !important; 
}
.agree input {
    margin-top: -3px;
    vertical-align: middle;
}
.agree a {
    color: #1ba1e6;
}

.btn input {
    cursor: pointer;
    width: 200px;
    height: 34px;
    background-color: #c81623;
    font-size: 14px;
    color: #FFF;
    margin-left: 110px;
}

/* mod_copyright 版权模块 */
.mod_copyright {
    text-align: center;
}
.links {
    margin: 20px 0 15px;
}
.links p a {
    padding: 0 10px;
}
.links p span {
    color: #999;
}
.copright {
    line-height: 20px;
}