/*
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 input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  color : #000; 
  border : 1px solid #7f9db9;
  font-size:12px;
}

#contactus input[type="text"]
{
  height:20px;
  width:220px;
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:100px;
   height:30px;
   border:none !important;
   background-color:#1291b5 !important;
   font-weight:bold;
   color:#FFF;
}
#contactus input[type="submit"]:focus
{
   width:100px;
   height:30px;
   border:none !important;
   background-color:#1291b5 !important;
   font-weight:bold;
   color:#FFF;
}
#contactus textarea
{
  height:120px;
  width:310px;
}

#contactus input:focus,textarea:focus
{
	color : #000;
	border : 1px solid #003449;
	background-color:#e5f7ff;
	height: 20px;
	width: 220px;
}

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

#contactus .error
{
   color:#F00;
}

#contactus fieldset#antispam
{
   border:1px solid #EEE;
   width:350px;
}

#contactus fieldset#antispam legend
{
   color:#333;   
}

#contactus .short_explanation
{
   color:#333;   
}

/* 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;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
.fcR{color:#F00 !important;}
