div.mfeedback {
}

div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {
    width: 80%;
    padding-bottom: 0.4em;
}

div.mf-name input, div.mf-email input {
    width: 60%;
}

div.mf-message textarea {
    width: 60%;
}

span.mf-req {
    color: red;
}

div.mf-ok-text {
    color: green;
    font-weight: bold;
    padding-bottom: 1em;
}

/*--CAPTCHA--*/
.captchaBlock {
    position: relative;
}

.captchaBlock .whiteBlock {
    display: none;
    text-align: center;
    position: absolute;
    background-color: #FFF;
    width: 167px;
    height: 40px;
    line-height: 40px;
}

.captchaBlock .whiteBlock .loaderImg {
    height: 36px;
}

.captchaBlock .reloadCaptcha {
    width: 26px;
    height: 26px;
    outline: none;
    margin-left: 3px;
    background: url(/local/templates/durabook_common/imgs/Refresh-icon.png) no-repeat center center;
    background-size: 100% 100%;
    vertical-align: middle;
    display: inline-block;
}

.captchaBlock .captchaImg {
    height: 37px;
    width: 167px;
    margin-top: 1px;
}