/*
Contact Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
All the style elements use form id selector(notice the #contactus). So, including this
stylesheet does not affect the other elements at all!
*/

#contactus fieldset {border: none; padding:2em 0 0 0;}
#contactus label {font-weight: 300; line-height: 49px; line-height: 4.9rem;}
#contactus label span {display:none;}
#contactus input[type="text"], #contactus textarea {height:47px; width:100%; font-size: 100%; padding: 4px 10px; margin: 0; color: #484848; background: #fff; border: 1px solid #d7d7d7; font-family: FuturaLTPro-Book, Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;}

#contactus input[type="submit"]
{
   width:100%;
   height:49px;
   padding: 0 20px 0 20px;
   border:0;
   cursor:pointer;
   color: #fff;
   font-size: 20px; font-size: 2.0rem; line-height:49px; line-height:4.9rem; 
   font-weight: normal;
   background: #941010;
   font-family: FuturaLTPro-Book, Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
}
#contactus input[type="submit"]:hover {background: #d50821;}

#contactus textarea {height:150px;}

#contactus input[type="text"]:focus, #contactus textarea:focus {border-color: #484848;}

#contactus .error {display:block; padding: 2px 5px 0px 0; visibility: hidden; font-size: 85%; color: #be0f04; margin-bottom:0.5em;}
#contactus .success {display:block; padding: 2em 10px; text-align:center; width: 100%; font-weight:700; color: #fff; background-color: #6a9410;}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}