/*
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
{
	width: 660px;
	padding: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}

#contactus legend, h2
{
   font-family : Arial, Verdana, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

#contactus label
{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color:#056839
}

#contactus input[type="text"],textarea
{
	font-family : Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color : #000;
	padding : 10px;
	border : 1px solid #999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 5px;
	border-radius: 2px;
}

#contactus input[type="text"]
{
	height: 30px;
	width: 290px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#contactus #scaptcha
{
	width: 120px;
	height: 20px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	float: right;
	margin-top: -2px;
}

#contactus input[type="submit"]
{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #056839;
	font-size: 18px;
	width: 660px;
	height: 60px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#contactus textarea
{
	height: 120px;
	width: 300px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px;
}

#contactus input[type="text"]:focus,textarea:focus
{
	color : #000;
	border : 1px solid #990000;
	font-weight: normal;
	background-color: #F3F3F3;
}

#contactus .container
{
	margin-top: 8px;
	margin-bottom: 20px;
	width: 320px;
}

#contactus .error
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #900;
	font-weight: normal;
}

#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: 10px;
	color: #333;
	font-weight: normal;
	float: left;
}

/* 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;
}
