.rightArea {
    padding-left: 25px;
    width: 250px;
    float: left;
    border-left: 1px solid #f3f3f3;
    padding-top: 15px;
}


.registerArea {
    width: 690px;
    float: left;
    text-align: left;
    padding: 15px;
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 50px;
    padding-top: 25px;
}

.userRegisterHead {
    font-size: 25px;
    background-image: url('../images/user.png');
    background-repeat: no-repeat;
    padding-left: 36px;
}

.btnSubmit {
    margin-top: 10px;
}

input {
    height: 32px;
}

.FormSingleRow {
    height: 38px;
}

.goods {
    list-style: none;
}

.goods li {
    margin-bottom: 5px;
}

.goods li:before {

    content: url('../images/item.png');
}