/*
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
{
	width: 620px;
	overflow: hidden;
}

#contactus .container{
	width: 620px;
	margin-bottom: 20px;
}
#contactus .buttons{
	margin-left: 415px;
}


#contactus legend, h2
{
}

#contactus label
{
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	
	display: block;
	float: left;
	padding-top: 8px;
}

#contactus input[type="text"]
{
color: #000000;
    float: left;
    font-family: arial;
    font-size: 12px;
    margin: 0 0 5px 0;
    width: 465px;
	
	display: block;
	float: right;
	}

#contactus input[type="submit"]
{
color: #000000;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    height: 35px;
    width: 100px;
	}

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


#contactus textarea
{
	color: #000000;
    float: left;
    font-family: arial;
    font-size: 12px;
    margin: 0 0 5px 0;
    width: 465px;
	
	display: block;
	float: right;
	}

#contactus input[type="text"]:focus,#contactus textarea:focus
{
	border: 1px solid #21d0f9;
}

#contactus .container
{
}
#contactus .container .required
{
	color: #999;
	font-style: italic;
}

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 14px;
   color: #900;
   background-color : #ffff00;
   
   margin-left: 145px;
}

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

#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.6em;
   color:#333;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
}
#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;
}