.reviews {
    overflow: hidden;
}

.reviews .reviewsTitle {
    font-size: 130%;
    font-weight: bold;
}

.reviews .reviewsAdd input[type="text"] {
    display: block;
    width: 50%;
    height: 30px;
}

.reviews .reviewsAdd textarea {
    width: 100%;
    height: 150px;
}

.reviews .reviewsAdd input[type="text"],
.reviews .reviewsAdd textarea {
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 15px;
    font-family: arial;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.reviews .reviewsAdd input[type="text"].fail,
.reviews .reviewsAdd textarea.fail {
    border: 1px dashed red;
}

.reviews .reviewsAdd input[type="text"].sucess,
.reviews .reviewsAdd textarea.sucess {
    border: 1px dashed green;
}

.reviews .submitResult {
    color: green;
    font-weight: bold;
    margin-bottom: 20px;
}

.reviews .submitResult .error_message {
    color: red;
}

.reviews .reviewsAdd .getReview {
    padding: 0 13px;
    height: 34px;
    font-weight: bold;
    line-height: 34px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    border: 1px solid #e9e9e9;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f1f1f1));
    background-image: -webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
    background-image: -moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
    background-image: -o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
    background-image: linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
    color: #656565;
    text-shadow: 0 1px 0 #fff;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 20px;
    float: right;
    width: 150px;
}
.reviews .reviewsAdd .reviews-phone {
    opacity:0;
}

.reviews .reviewsAdd .phone {
    display: inline-block!important;
    margin-right: 15px;
}

.reviews .reviewsAdd .phone-desc {
    display: inline-block;
    color: #8a8a8a;
    font-size: 12px;
}
.fieldset .email {
    visibility: hidden;
    overflow:hidden;
    height:1px;
}

.error {
    color: red;
    font-size: 11px;
}
