/*register*/

.register {
    margin:0 auto;
    padding:50px;
    overflow: hidden;
    background: #f7f7f7;
}


h2 {
    text-align: center;
    color: #999;
}

.register-form {
    width: 550px;
    margin:0px auto;

}

.fields {
    margin:10px;
    height: 40px;
    color: #666;
}
.fields label {
    width: 100px;
    text-align: right;
    line-height: 40px;
    display: inline-block;

}

.fields input,.fields select {
    width: 300px;
    border: 1px solid #aaa;
    height: 30px;
    margin:5px 20px;
    border-radius: 5px;
}

.fields input[type=radio] {
    width: 15px;
    height: 15px;
}

.tip {
    color: red;
    line-height: 40px;
    font-weight: 900;
    display: inline-block;
}

.fields button {
    padding:5px 20px;
    font-size: 16px;
    border-radius: 5px;
    color: #666;
    margin:0 20px;
    cursor:pointer;
}

.btn-group {
    margin-top:30px;
    margin-left:50px;
}