/*
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 #contactusfeedback). So, including this
stylesheet does not affect the other elements at all!
*/

#contactusfeedback fieldset
{
   width:91%;
   padding:25px;
   border:1px solid #ccc;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
border-radius: 1px;   
}

#contactusfeedback legend, h2
{
   font-family : 'PT Sans', sans-serif;
   font-weight:bold;
   color: #606060;
   font-size: 14px;   
}

#contactusfeedback label
{
   font-family : 'PT Sans', sans-serif;
   font-weight: bold;
   font-size: 14px;
   color: #606060;
}

#contactusfeedback input[type="text"],textarea
{
  font-family : 'PT Sans', Verdana, sans-serif;
  line-height:140%;
  color : #606060; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;

}

#contactusfeedback input[type="text"]
{
  height:18px;
  width:220px;
  color: #606060;  
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
   border-radius: 1px;   
  
}

#contactusfeedback #scaptcha
{
  width:60px;
  height:18px;
  color: #606060;
}

#contactusfeedback input[type="submit"]
{
   width:150px;
   height:50px;
   padding-left:0px;
   color: #fff; 
   font-weight:bold;
   font-size:18px;
   border:0px;
   background-color:#c7104d;  
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
   border-radius: 0px;   
}

#contactusfeedback textarea
{
  height:120px;
  width:310px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
   border-radius: 1px;  
}

#contactusfeedback input[type="text"]:focus,textarea:focus
{
  color : #606060;
  border : 1px solid #606060;
  background-color : #e7e7e7;
  font-weight:bold;
}

#contactusfeedback .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactusfeedback .error
{
   font-family: Verdana, 'PT Sans', sans-serif; 
   color: #606060;
   background-color : #ffff00;
}

#contactusfeedback fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:100%;
}

#contactusfeedback fieldset#antispam legend
{
   font-family : 'PT Sans', sans-serif;
   font-weight:bold; 
   font-size: 14px;  
}

#contactusfeedback .short_explanation
{
   font-family : 'PT Sans', sans-serif;
   font-size: 13px;
   color: #606060;    
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactusfeedback .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}

#fg_crdiv
{
   font-family : 'PT Sans', sans-serif;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}

#fg_crdiv p
{
    display:none;
}