/*
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!
*/

body{
	font-family: 'Arial';
	font-size: 13px;
}

.aleft{
	text-align: right;
	padding-top: 6px;
}

#contactus fieldset
{
	width:910px;
	padding:15px;
	border:1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#contactus legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

#contactus label{
   font-family : Arial, sans-serif;
   font-size:12px;
   font-weight: bold;
   display: inline-block;
   width:200px;
   vertical-align: top;
}

#contactus textarea{
	height:50px;
	width:400px;
	/* height: 30px; */
	display: inline-block;
	font-family : Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height:140%;
	color : #000;
	padding : 3px;
	border : 1px solid #999;
    vertical-align: top;
}

#contactus input[type="text"]
{
	/* height:18px; */
	width:400px;
	display: inline-block;
	font-family : Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height:140%;
	color : #000;
	padding : 3px;
	border : 1px solid #999;
    vertical-align: top;
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]{
   padding-left:0px;
}

#contactus .container
{
  width: 615px;
  margin: 8px auto 10px;
}

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#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 !important;
   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;
}.btop {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #6CF;
}
select {
	width: 190px;
}
