﻿

/** 
* 11.0 Forms
* 
* setting up the look and feel of subscribe and contact form
* -----------------------------------------------------------------------------
*/
#subscribe_form_message, #contact_form_message {
    font-size: 16px;
    font-weight: 300;
    font-family: Lato;
}

#contact_form .label-captcha {
    font-weight: 300;
    font-size: 18px;
}

#form_contact_us .error, #form_subscribe .error {
    border: 1px solid #cc0000;
}

#form_contact_us input[type="text"], #form_contact_us textarea, #form_subscribe input[type="text"] {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}

#form_contact_us label.error, #form_subscribe label.error {
    font-weight: 300;
    font-family: Lato;
    font-size: 14px;
    padding: 2px 5px;
    background-color: #cc0000;
    color: #fff;
}

    #form_contact_us label.error i, #form_subscribe label.error i {
        margin-right: 2px;
    }

