.review-form-wrap {
    margin-top: 20px;
}
.review-form-wrap h2 span {
    font-size: 12px;
    color: #999;
    text-transform: none;
    padding-left: 10px;
}
.review-form-wrap table tr td {
    padding-bottom: 10px;
    vertical-align: top;
}
.review-form-wrap label {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    width: 100px;
}.spr-b {
     display: inline-block;
     vertical-align: middle;
     background-image: url("../img/retina_1.png");
     background-repeat: no-repeat;
     background-size:cover;
 }
.spr-d {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../img/retina_2.png");
    background-repeat: no-repeat;
    background-size:cover;
}
.spr-d.spr-1 {
    background-position: 0px 0px;
    width: 600px !important;
    height: 105px !important;
}
.spr-b.spr-1 {
    background-position: 0px 0px;
    width: 600px !important;
    height: 105px !important;
}
.review-form-wrap input[type="text"] {
    width: 300px;
    height: 30px;
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 14px;
}
.review-form-wrap textarea {
    width: 490px;
    height: 150px;
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
}
.review-form-wrap input[type="submit"] {
    width: 120px;
    height: 40px;
    border: none;
    background: #ec1843;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    margin-left: 100px;
}
.review-form-wrap input[type="submit"]:hover {
    background: #ff1d4b;
}
.review-form-wrap .form-error {
    font-size: 12px;
}
.review-result {
    display: table-cell;
    vertical-align: middle;
    display: none;
    padding-top: 160px;
    height: 190px;
    width: 100%;
    text-align: center;
    font-size: 20px;
}