#contact_form .field_form {
    line-height: 54px;
    height: 45px;
    background: #f1f1f1;
    border: 0 none;
    width: 100%;
    font-size: 16px;
    color: #22252c;
    padding: 0 10px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 40px;
}
#contact_form .field_form.msg {
    height: 200px;
    resize: none;
    line-height: 26px;
    padding: 10px;
}
#contact_form .msg_submit {
    display: inline-block;
    width: 100%;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    color: #22252c;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-decoration: none;
}
#contact_form .cavalier_btn_yellow {
    display: table;
    line-height: 55px;
    padding: 0 30px;
    background: #edbd00;
    background: -moz-linear-gradient(left, #edbd00 1%, #fbe103 100%);
    background: -webkit-linear-gradient(left, #edbd00 1%,#fbe103 100%);
    background: linear-gradient(to right, #edbd00 1%,#fbe103 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edbd00', endColorstr='#fbe103',GradientType=1 );
    text-transform: uppercase;
    color: #22252c;
    letter-spacing: 5px;
    text-decoration: none;
    margin: 0 auto;
}
#contact_form .cavalier_btn_yellow:hover {
    background: #edbd00;
    background: -moz-linear-gradient(left, #edbd00 1%, #fbe103 100%);
    background: -webkit-linear-gradient(left, #edbd00 1%,#EDBD00 100%);
    background: linear-gradient(to right, #edbd00 1%,#EDBD00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edbd00', endColorstr='#fbe103',GradientType=1 );
    text-decoration: none;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -webkit-transition: background 1s ease-out;  
    -moz-transition: background 1s ease-out;  
    -o-transition: background 1s ease-out;  
    transition: background 1s ease-out; 
    transition: background 1s;
    color: #22252c;
}
#contact_form .field_form:focus {
    border-bottom: 1px solid #edbd00;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
#contact_form .field_form.error {
    border-bottom: 1px solid #ed0000;
}
#contact_form .msg_form {
    position: absolute;
    top: -30px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
#contact_form .msg_form.success {
    color: #49bd03;
}
#contact_form .msg_form.error{
    color: #d40000;
}

