/*
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
{
	background-color: #999999;
			/*	background GRADIENT */	
		background: -webkit-linear-gradient(left, #999999, #cdcdcd , #999999); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, #999999, #cdcdcd , #999999); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(right, #999999, #cdcdcd , #999999); /* For Firefox 3.6 to 15 */
background: linear-gradient(to right, #999999, #cdcdcd , #999999); /* Standard syntax (must be last) */

	width: 60%;
	margin:0 auto;
    text-align:center;
	border-radius: 20px;
	border: 10px solid #FFF; 
}


#contactus label {
   font-size:1em;
} 

#contactus input[type="text"], textarea, input[type="file"] {
  	font-family : Arial, Verdana, sans-serif;
  	font-size: 0.8em;
  	line-height:140%;
    padding : 5px; 
	margin: 2px 0;
  	color : #000; 
	
	
	background-color: #FFF;
	border: 2px solid #FFF;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	border-radius: 10px;
}

#contactus input[type="text"], textarea, label {
	width: 97%;
	resize: none;
	margin: 5px auto;
}

#contactus input[type="text"],  {
	height:18px;
}

#contactus textarea {
  	height:120px; 
}

#contactus input[type="file"] {
	height:18px;
	width: 70%;
}


#contactus #scaptcha_img {
	background-color: #FFF;
	padding: 5px 10px;
	border: 2px solid #FFF;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	border-radius: 10px;
	height: 100%;
}

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

#contactus input[type="submit"] {
	margin:10px 0 0 0;
}

#contactus input[type="text"]:focus,textarea:focus {
  border : 2px solid #FC0;
  background-color : #FFF;
}

#contactus #capchacontainer {
	margin: 15px 0 0 0 ;	
}

#contactus #capchaleft {
	float:left;
	width: 49%;
	height: 39px;
	text-align: right;
	padding: 0 1% 0 0;
}

#contactus #capcharight {
	float:left;
	text-align: left;
	padding: 0 0 0 1%;
}

#contactus #capchahelp {
	font-family: Verdana, Arial, sans-serif; 
	padding: 5px 0 0 0;
}

#contactus #capchaclear {
	clear:both;
}

#contactus .container {
   margin-top:8px;
   margin-bottom: 10px;
   padding-right:20px;
   padding-left:20px;
}

#contactus .error {
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #ce371e;
   font-weight:bold;
}

#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, #capchahelp, #capchahelp a  {
   font-family : Verdana, Arial, sans-serif;
   font-size: 12px;
}

.typeleft {
	text-align:left;
}

.bold {
	font-weight: bold;
}

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

