header img{
    width: 100%;
    height: 100%;
}
.w{
	width: 1200px;
	margin: 0 auto;
}

.registerarea{
    height: 522px;
    margin-top: 10px;
}
.registerarea h3{
    padding-left: 550px;;
    font-weight: 700;
    color: #18494d
}
.login{
    float: right;
    font-size: 14px;
}
.login a{
    color: red;
}
.reg-form{
    width: 600px;
    margin: 30px auto 0;
}
.reg-form ul {
    padding-left: 100px;
}
.reg-form ul li{
    margin-bottom: 20px;
}
.reg-form ul li label{
    display: inline-block;
    width: 88px;
    text-align: right;
}
.reg-form ul li input{
    width: 242px;
    height: 37px;
    border: 1px solid #ccc;
    padding-left: 6px;
}
.reg-form ul li input[type=radio]{
    width: 13px;
    height: 13px;
}
.reg-form .btn{
    background-color: #18494d;
    color: #fff;
    margin: 9px 87px;
}