/*
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: #231f1f;
	width:398px;
	padding:0px;
	border:0px}

#contactus legend {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight:bold;
	color:#656565;}

#contactus label {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;}

#contactus input[type="text"],textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height:140%;
	color : #656565; 
	padding : 3px; 
	border : 1px solid #656565;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;}

#contactus input[type="text"] {
	position:relative;
	top:-18px;
	margin-left: 208px;
	height:18px;
	width:182px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}

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

#contactus input[type="submit"] {
	position:relative;
	top:-18px;
	margin-left: 208px;
	width:190px;
	height:30px;
 	padding-left:0px;
	background-color:rgb(255,255,255);
	border: solid 1px #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
	
#contactus input[type="submit"]:hover {
	background-color:rgb(255,255,166);}
	
#contactus input[type="submit"]:active {
	background-color:#656565;}
		
#contactus textarea {
	/* position:relative; top:-18px; margin-left: 208px; */
	height:120px;
	width:390px;
	min-width:390px;
	max-width:390px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;}

#contactus input[type="text"]:focus,textarea:focus {
	color : #ffffff;
	border : 1px solid #ffffff;
	background-color : #111111;
	font-weight:bold;}

#contactus .containerfrm {
	margin-top:8px;
	margin-bottom: 10px;}

#contactus .error {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	background-color : #ffffff;}

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

#contactus fieldset#antispam legend {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#656565;}

#contactus .short_explanation {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color:#656565;}

/* 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: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);}
   
#fg_crdiv p {
	display:none;}