/* rev.4.3 */
/*
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!
*/

.thank_you {font:1.1em/1.2em Verdana, Arial, Helvetica, sans-serif; color:#A8D4ED; text-indent:0.5em; letter-spacing:normal; padding-right:0.5em;}
a:link {text-decoration: none;	color: #FFCF75;}
a:visited {text-decoration: none; color: #FFCF75;}
a:hover {text-decoration: underline; color: #33A0FF;}
a:focus {text-decoration: underline; color: #33A0FF;}
a:active {text-decoration: underline; color: #33A0FF;
}

#contactus fieldset
{
   width:350px;
   padding:11px;
   border:1px outset maroon;
-moz-border-radius: 11px;
-webkit-border-radius: 11px;
-khtml-border-radius: 11px;
border-radius: 11px;   
}

#contactus legend, h2
{
   font-size: 1.3em;
   font-weight:bold;
   font: italic small-caps bold 1.4em/2em Georgia, "Times New Roman", Times, serif;
   color:#F6B505;
}

#contactus label
{
	font:normal 1em/normal Verdana, Geneva, sans-serif;
	text-transform:none;
   font-size:0.8em;
   font-weight: bold;
   color:#A8D4ED;
}

#contactus input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
  height:18px;
  width:220px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
  
}

#contactus #scaptcha
{
  width:66px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:2px;
   
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}

#contactus textarea
{
  height:120px;
  width:310px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;  
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #009;
  border : 1px solid #990000;
  background-color : #ffff99;
  font-weight:bold;
}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 11px;
}

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: red;
   background-color : none;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px outset maroon;
   border-right:1px outset maroon;
   border-bottom:0px;
   border-left:0px;
   width:350px;
   padding-left:4px;
}

#contactus fieldset#antispam legend
{
   font-size: 1em;
   font-style:normal;
}

#contactus .short_explanation
{
   font-family : Arial, Verdana, sans-serif;
   font-size: 0.7em;
   color:white;   
}

/* 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;
}