.txt input,textarea{
    border: 2px solid #CCC !important;
    padding: 5px;
    width: 400px;
    resize: none;
    background-color: white;
}
.captchas{
    border: 2px solid #CCC !important;
    padding: 5px;
    width: 100px;
    background-color: white;
}
.reviews{
    padding: 20px;
    background-color: #F6F6F6;
}
.buttons input[type="submit"]{
    border: 1px solid #7C7C7C;
    background: #7C7C7C;
    display: block;
    padding: 0px 0px 2px;
    width: 177px;
    height: 38px;
    line-height: 36px;
    color: #FFF;
    font-weight: bold;
    margin-top: 9px;
}
.note .required,.required .required{
    color: red;
}
div.reviews1 {
    /*font-size: 13px !important;*/
    font-size: 14px !important;
    margin-bottom: 30px;
}

div.review-item {
    padding: 10px 0;
}

div.review-item-fio {
    color: #F60;
    font-size:15px;
}

div.review-item-date {
    color: #999;
    font-size:11px;
}

textarea.error {
    border:1px #D04E01 solid;
    background-color:#FFD896;
}

.reviews1 .faq_question{
    width: 100%;
    padding: 15px 20px 17px 20px;
    color: #5d5d5d;
    background: #e8e8e8 url(question.png) no-repeat scroll top right;
}

.reviews1 .faq_question .question-from{
    color: #2d2f31;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.reviews1 .faq_question_answer{
    width: 100%;
    padding: 15px 20px 17px 65px;
    color: #5d5d5d;
    background: transparent url(answer.png) no-repeat scroll 15px 11px;
}

#reviewFormKeeper form {
    margin-top: 45px;
    display: block;
    width: 100%;
    max-width: 807px;
    border-radius: 3px;
    background: url(/uploads/image/form/dn-form-bg1.jpg) no-repeat 100% 100%;
    padding: 38px 50px 38px 50px;
    box-sizing: border-box;
}

#reviewFormKeeper form .thisFormTitle{
    text-align: center;
    text-transform: uppercase;
    color: rgb(87, 87, 87);
    font-family: "Open Sans",sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.5pt;
}

#reviewFormKeeper form .clearer{
    clear: both;
}

#reviewFormKeeper form .dyn-el-name, #reviewFormKeeper form .dyn-el-child_name, #reviewFormKeeper form .dyn-el-phone, #reviewFormKeeper form .dyn-el-child_age{
    float: left;
    width: 50%;
}

#reviewFormKeeper form .dyn-el-child_name, #reviewFormKeeper form .dyn-el-child_age{
    text-align: right;
}

#reviewFormKeeper form input[type=text]{
    box-sizing: border-box;
    width: 95%;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    border-radius: 4px;
    border: none;
    margin-bottom: 17px;
    color: #666667;
}

#reviewFormKeeper input[type=submit] {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    color: white;
    font-size: 16px;
    min-width: 300px;
    width: 44%;
    height: 44px;
    outline: none;
    border: none;
    border-radius: 5px;
    background: #32266e;
    background: -moz-linear-gradient(top,  #32266e 0%, #253f8f 100%);
    background: -webkit-linear-gradient(top,  #32266e 0%,#253f8f 100%);
    background: linear-gradient(to bottom,  #32266e 0%,#253f8f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32266e', endColorstr='#253f8f',GradientType=0 );
}

.form-formReviewOne-submit:hover {
    text-decoration: underline;
}

.form-formReviewOne-submit::-moz-focus-inner {
    border:0;
}

.dyn-row-formReviewOne input[type=text]:focus, .dyn-row-formReviewOne input[type=password]:focus {
    border: 2px #a0e1ff solid;
    box-shadow: 0px 0px 4px #a0e1ff;
}

.dyn-row-formReviewOne input[type=text].error, .dyn-row-formReviewOne input[type=password].error {
    border: 2px #f57f7f solid;
    background-color: #fff6f6;
}

.dyn-row-formReviewOne input[type=text].error:focus, .dyn-row-formReviewOne input[type=password].error:focus {
    box-shadow: 0px 0px 4px #f57f7f;
}

.dyn-row-formReviewOne textarea:focus {
    border: 2px #a0e1ff solid;
    box-shadow: 0px 0px 4px #a0e1ff;
}

.dyn-row-formReviewOne textarea.error {
    border: 2px #f57f7f solid;
    background-color: #fff6f6;
}

.dyn-row-formReviewOne textarea.error:focus {
    box-shadow: 0px 0px 4px #f57f7f;
}

#reviewFormKeeper form textarea{
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    text-align: left;
    resize: none;
    height: 145px;
    padding: 13px 10px 10px 15px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    border-radius: 4px;
    border: none;
    margin-bottom: 17px;
    color: #666667;
}