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;}
.user_email{
    height: 40px;
    width: 100%;
    padding: 7px 15px !important;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 14px;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    color: #444444;
    margin: 10px 0;
}