@charset "UTF-8";
/* CSS Document 
// ------------------------------------------------------------  
// path: https://elitelightinggroup.com/css/global/forms.css
// global style the forms & recaptcha
// last revision: 2010-08-12
// ------------------------------------------------------------ 

/* -------------------
// Search Bar
// ---------------- */

	form#search input {
		float: left;
		width: 188px; 
		border: 1px solid #fff;
		padding: 3px;
		font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
		font-size: 1.25em;
		margin: 2px;
		background-color: white;
		color: #f00;
	}
	form#search input#submit {
		float: left;
		width: 75px;
		height: 25px;
		border: 1px solid #fff;
		
	}
/* -------------------
// Contact Us
// ---------------- */

/* contact.php */
	form#contact {
		float: left;
		width: 580px;
		border-left: 1px solid #DDD;
		border-right: 1px solid #DDD;
	}
	form#contact dl { 
		float: left;
		width: 500px;
		margin-top: 10px;
		padding-left: 5px; 
		margin-left: 20px;
	}
	form#contact dt {
		float: left;
		clear: both;
		width: 150px;
		padding-bottom: 10px;
	}
	form#contact dd {
		float: left;
		clear: none;
	}
	form#contact dd.captcha {
		width: 310px;
	}
	form#contact dd input, 
	form#contact dd textarea { 
		width: 310px; 
		border: 1px solid #aaa;
		padding: 4px;
		font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
		font-size: 1.25em;
	}
	form#contact dd textarea { height: 150px; }

	form#contact .buttons {
		clear: both;
		margin-left: 174px;
	}
	form#contact .buttons input {
		width: 75px;
		margin-top: 10px;
		height: 25px;
		border: 1px solid #AAA;
		background-color: #CCC;
	}
	#content #errorMessageContact {
		clear: both;
		margin-left: 154px;
		padding-top: 10px;
		font-size: 0.923em; /* 12px*/
	}
	#contact dt span,
	
	#contact dt span { padding-left: 3px; }

		/* error message*/
		#errormessage {
			clear: both;
			float: left;
			margin-top: 25px;
			color: #3c6600;
			font-weight: bold;
			padding-left: 100px; 
		}
		#content .validate,
		#errorMessageContact p{ 
			color: #FF0000; 
		}

		/* recaptcha	*/
		form#contact #recaptcha_widget { }
		form#contact #recaptcha_image {
			border: 1px solid #aaa;
			padding: 5px 9px;
			width: 310px;
			height: 57px;
		}
		form#contact #recaptcha_widget .recaptcha_only_if_incorrect_sol,
		form#contact #recaptcha_widget .recaptcha_only_if span.recaptcha_only_if_image,
		form#contact #recaptcha_widget .recaptcha_only_if span.recaptcha_only_if_audio {
			clear: both;
			float: left;
			color:black;
			margin: 2px 0px;
			padding: 3px 0px;
		}
		form#contact #recaptcha_widget div.recaptcha_refresh,
		form#contact #recaptcha_widget div.recaptcha_only_if_image,
		form#contact #recaptcha_widget div.recaptcha_only_if_audio,
		form#contact #recaptcha_widget div.recaptcha_help {
			float: left;
			width: 25px;
			height: 25px;
			border: 1px solid #aaa;
			margin-right: 5px;
			margin-top: 5px;
		}
		form#contact #recaptcha_widget .recaptcha_credit {
			float: left;
			margin-top: 5px;
			font-size: 0.8em;
		}

	#module-contact {
		clear: both;
		float: left;
		margin-top: 10px;
		width: 550px;
		margin-bottom: 10px;
		padding-left: 30px;
		border-left: 1px solid #DDD;

	}
	#module-contact .left {
		float: left;
		width: 250px;
	}
	#module-contact .right {
		float: left;
		width: 250px;
		
	}