/*
 *   Document   : contactForm
 *   Created on : Ago 28, 2012, 6:49:01 PM
 *   Author     : cafervero
 *   Description: 
 */

input { display: inline !important; }

#m_contactform_box {
    background: rgb(102,205,0);

    padding: 5px 5px 0px 5px;
    margin-top: 40px;

    width: 90%;
    
    overflow: visible;

    text-align: center;
    
    border: 1px solid #e1dce2;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 1px 3px 5px 0px black;
       -moz-box-shadow: 1px 3px 5px 0px black;
         -o-box-shadow: 1px 3px 5px 0px black;
            box-shadow: 1px 3px 5px 0px black;
}

#m_contactform_box fieldset {
    border: 0px;
    padding: 0px;
    margin: 0 auto;
}

#m_contactform_box .title {
    color: #451A6C;

    font-size: 10pt;
    font-weight: bold;
    line-height: 20px;
}

/* Trick to wrap & center text for IE
 * Useless for REAL browsers.
 */
#m_contactform_box legend {
    text-align: center;
    white-space: normal;
    width: 100%;
    border-style: none;
}

#m_contactform_box label {
    color: #fff;

    display: block;

    padding-top: 5px;
    margin-left: 5px;

    text-align: left;
    font-size: 9.5pt;
    font-weight: normal;
}

#m_contactform_box .field_box {
    color: #451A6C;

    text-align: left;
}

#m_contactform_box .field {
    width: 90%;
    margin: 5px 5px 20px 5px;

    font-size: 11px;
    font-weight: normal;   
}

textarea#fmessage {
    width: 90%;
    margin: 5px 5px 20px 5px;

    margin-bottom: 10px;

    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

#m_contactform_box .input {
    background: #f8f8f8;
    color: #451A6C;

    margin: 20px;
    width: 70px;

    border: 1px solid #cccccc;

    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #e1dce2;

    font-size: 10pt;
    font-weight: normal;
}

.warning {
    color: red;

    font-size: 10pt;
    font-weight: normal;
    text-align: center;
}

.m_result {
    color: white;

    padding: 5px;

    font-size: 10pt;
    font-weight: bold;
    text-align: center;
}

#contactform_box {
    padding: 10px;
    margin: 10px;

    text-align: center;
}

#contactform_box .intro {
    color: #451A6C;

    padding-bottom: 20px;

    font-size: 12px;
    text-align: justify;
    line-height: 2em;
}

#contactform_box label {
    color: #451A6C;

    display: block;

    width: 30%;
    float: left;

    font-size: 12px;
    font-weight: bold;
    text-align: right;

    padding-right: 10px;
    padding-bottom: 20px;
}

#contactform_box .small {
    display: block;
    color: #666666;

    font-size: 10px;
    font-weight: normal;
    text-align: right;
}

#contactform_box .textarea {
    float: left;
    font-size: 12px;

    border: solid 1px #aacfe4;
    width: 55%;
    margin: 2px 0 20px 10px;
}

#contactform_box .input {
    background: #f8f8f8;
    color: #451A6C;

    width: 90px;
    margin: 15px;

    border: 1px solid #cccccc;

    -moz-border-radius: 5px;
    border-radius: 5px;

    font-size: 10pt;
    font-weight: normal;
}

.fselect {
    color: #451A6C;

    float: left;

    padding: 2px 2px;
    margin-left: 10px;

    filter: alpha(opacity=50);
    opacity: 0.5;

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;

}

.fcheckbox {
    color: #451A6C;

    float: left;

    padding: 4px 2px;

    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

.lopd {
    color: #451A6C;

    padding: 15px;

    font-size: 8pt;
    font-weight: normal;
    text-align: justify;
}
/* mini-contact form LOPD checkbox */
#m_lopd {
    color: white;

    padding: 0px 15px;

    font-size: 9pt;
    font-weight: normal;
    text-align: left;
}
#m_lopd a:link,
#m_lopd a:visited {
    color: white;

    padding: 0px;
    margin: 0px;
    
    text-decoration: underline;
}
#m_lopd a:hover {
    text-decoration: none;
}

.result {
    color: #451A6C;

    padding: 5px;
    
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
}