.wsm_reviews_form {
    display: inline-block;
    width: 100%;
    max-width: 688px;
    min-width: 410px;
    clear: both;
}

.wsm_reviews_form:after {
    clear: both;
}

.wsm_reviews_form form {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #99c7e4;
}

.wsm_reviews_form .open {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dashed #013388;
    /*color: #3A75C4;*/
    padding: 0;
    margin: 10px 0 20px 0;
    font-size: 18px;
}

.wsm_reviews_form a.opened {
    color: #31baed;
    border-bottom: 0 dashed #717171;
}

.wsm_reviews_form form .closeForm {
    display: inline-block;
    position: absolute;
    width: 10px;
    right: 5px;
    top: -15px;
    text-decoration: none;
    color: red;
    font-weight: bold;
}

.wsm_reviews_form .errors {
    color: #FA051D;
    margin-bottom: 30px;
}

.wsm_reviews_form .errors p {
    font-weight: bold;
}

.wsm_reviews_form .sucess {
    color: green;
    margin-bottom: 30px;
}

.wsm_reviews_form .required {
    color: red;
    font-size: 120%;
    line-height: 10px;
}

.wsm_reviews_form em.error {
    color: #FA051D;
    clear: both;
    padding: 3px 4px;
    position: absolute;
    margin-left: 20px;
}

.wsm_reviews_form em.error.ta {
    position: relative;
    margin-left: 0;
}

.wsm_reviews_form .inp-area.captcha em.error {
    margin-left: 0;
}

.wsm_reviews_form .inp-area {
    display: inline-block;
    width: 100%;
    padding: 0 0 10px;
    box-sizing: border-box;
}

.wsm_reviews_form .inp-area.error {
}

.wsm_reviews_form .inp-area.error textarea, .wsm_reviews_form .inp-area.error select, .wsm_reviews_form .inp-area.error input {
    border: 1px solid #FA051D !important;
}

.wsm_reviews_form .inp-area.error textarea {
    margin-bottom: 10px;
}

.wsm_reviews_form .inp-area label.title {
    display: block;
    font-weight: normal;
    width: 100%;
    padding: 0;
    margin: 0;
}

.wsm_reviews_form .inp-area label.title span {
    display: block;
    width: 100%;
    clear: both;
}

.wsm_reviews_form .inp-area textarea, .wsm_reviews_form .inp-area select, .wsm_reviews_form .inp-area input[type=text] {
    font-size: 15px;
}

.wsm_reviews_form .inp-area input[type=text] {
    max-width: 270px;
}

.wsm_reviews_form .inp-area input[type="text"]:disabled {
    background: #f3f3f3;
}

.wsm_reviews_form .inp-area label.option {
    font-size: 10px;
    font-weight: normal !important;
    line-height: 10px;
}

.wsm_reviews_form .inp-area select {
    width: 230px;
    min-width: 200px;
    padding: 3px 7px;
}

.wsm_reviews_form .inp-area textarea {
    height: 93px;
    padding: 5px 7px;
    width: 443px;
}

.wsm_reviews_form .inp-area.captcha {
    clear: both;
    margin: 10px 0;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background: #FFFAFB;
}

.wsm_reviews_form .inp-area.captcha .inp {
    width: 245px;
    display: inline-block;
}

.wsm_reviews_form .inp-area.captcha .inp input {
    width: 215px;
}

.wsm_reviews_form .inp-area.captcha .img {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
}

.wsm_reviews_form .inp-area.captcha .img img {
    border: 1px solid #ccc;
}

.wsm_reviews_form .inp-area.captcha .img a.reload {
    border-bottom: 1px dashed #005580;
    color: #005580;
    margin: 0 0 0 2px;
    line-height: 40px;
    text-decoration: none;
    font-size: 80%;
}


.wsm_reviews_form .inp-area.buttons {
    padding: 15px 0 20px 0 !important;
}

.wsm_reviews_form .inp-area.buttons input {
    float: left;
}

.wsm_reviews_form .inp-area.buttons span.req {
    float: right;
    font-size: 80%;
    padding: 0 1px;
}

.wsm_reviews_form .inp-area.buttons span.req .required {
    font-size: 100%;
}

.wsm_reviews_form .inp-area.buttons .loader {
    display: none;
    float: left;
    height: 18px;
    width: 18px;
    background: url(images/loader.gif) 0 0 no-repeat;
    border: 0 solid #f00;
    margin: 4px 0 0 6px;
}

.wsm_reviews_form .inp-area input[type=submit]:active {
    -moz-box-shadow: 0 0 0 rgba(000, 000, 000, 0.5),
    inset 0 0 5px rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 0 0 rgba(000, 000, 000, 0.5),
    inset 0 0 5px rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 rgba(000, 000, 000, 0.5),
    inset 0 0 5px rgba(255, 255, 255, 0.7);
}


#review_captcha_img {
    margin-top: 3px;
    height: 40px !important;
}