/******* CONTACT US FORMS *******/ 
#contact_us_form {  
    
    padding: 5px 5px 5px 5px;
    /* padding: 10px 10px 10px 10px; */
    background-color: #005c3d; 
        
}
#contact_us_form div{
    background-color: white;
    /* background-color:#F0F0F0; */
    text-align:center;
     
}
#contact_us_form div p{
    /* background-color:#F0F0F0; */
     background-color:White;
     text-align:center;
     font-size:larger;
}
#contact_us_form fieldset{
    background-color:White; 
    font-size:larger;
    border: solid 2px #6e256a;
    padding: 5px 5px 5px 5px;    
}
#contact_us_form fieldset p{
    background-color: white;
    /* background-color:#F0F0F0; */
    font-size:large;     
}
legend{
    font-size:large;
    color:Black;  
}    
#contact_us_form label {  
    display: block;  
    color: #797979;  
    font-weight: 700;  
    line-height: 1.4em;  
}
div input.radio{
    border:0px;
}


.rad {
    background: transparent !important;
    color: #003399;
    border: 0px;
    padding: 2px;
}

/* specify text area css */
textarea {
  
}
 
/* start error validation errors */

/* error text message css */
#contact_us_form label.error {  
    display: block;  
    color: red;  
    font-weight: 700;  
    line-height: 1.4em;  
} 

/* end error validation errors */  
#contact_us_form input {  
    width: 220px;  
    padding: 6px;  
    color: #949494;  
    font-family: Arial,  Verdana, Helvetica, sans-serif;  
    font-size: 11px;  
    border: 1px solid #cecece;  
} 

#contact_us_form textarea {  
    width: 550px;  
    height: 80px;  
    padding: 6px;  
    color: #adaeae;  
    font-family: Arial,  Verdana, Helvetica, sans-serif;  
    font-style: italic;  
    font-size: 12px;  
    border: 1px solid#cecece;  
}


#contact_us_form div span {  
    margin-left: 10px;  
    color: #b1b1b1;  
    font-size: 11px;  
   font-style: italic;  
} 
/* submit button */
#contact_us_form #submit_contact_us_form {  
    background: #005c3d;  
    color: #fff;  
    font-weight: 700;  
    font-style: normal;  
    order: 0;  
    cursor: pointer;  
} 

#contact_us_form #submit_contact_us_form:hover {  
   background-color: #F0F0F0;
   color:Black;  
} 
/* reset button */
#contact_us_form #reset {  
    background: #005c3d;  
    color: #fff;  
    font-weight: 700;  
    font-style: normal;  
    order: 0;  
    cursor: pointer;  
} 
#contact_us_form #reset:hover {  
   background-color: #F0F0F0;
   color:Black;  
} 


 

/* validity css */

/* 
 * Style used by the label output mode.
 * Applied to the error labels that get positioned after an input.
 */
label.error { 
    color:red; 
    margin-left:2px;     
    background-image:url('arrow.gif');
    background-position:center left;
    background-repeat:no-repeat;
    padding:2px;
    padding-left:18px;
    -moz-border-radius:4px;
    -webkit-border-radius: 4px;
}

/*
 * Styles used by the modal output mode.
 * '.validity-modal-msg' is applied to the modal boxes 
 * and '.validity-modal-msg:hover' is applied to suggest 
 * to the user that the boxes are clickable.
 */
.validity-modal-msg { 
    position:absolute; 
    z-index:2; 
    background-color:red;
    color:White; 
    border:solid 1px #000; 
    padding:4px;
    cursor:pointer; 
}
.validity-modal-msg:hover { 
    background-color:#aaa; 
}

/*
 * Styles used by the summary output mode.
 * '.validity-summary-container' is a container on the page that should contain a UL 
 * which is the actual summary. The container can hold 
 * an extra bit of text (or anything really) that explains what the summary is.
 * '.validity-erroneous' is applied to every input that fails.
 */
.validity-summary-container { display:none; }
.validity-summary-output ul { }
.validity-erroneous { border:solid 2px #f56600 !important; }
/* end validity css */





















  