/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ ENQUIRYFORM ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
		Prefix with Continer ID to apply style to individual containers.
*/

/* === [ GLOBAL STYLE ] === */

.EnquiryForm {
		position: relative;
		clear: both;
		margin: 0px;
		padding: 10px;
		display: block;
		padding-bottom: 1px;
		margin-bottom: 50px;
		height: 1%;
		font-size: 90%;
		width: auto;
}
	#cLS .EnquiryForm {
		position: relative;
		display: block;
		min-height: 156px;
		margin: 0px;
		clear: both;
		width: 144px;
		padding: 4px 8px;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		margin: 10px 0px 10px 0px;
		background-color: #B0C2D5;
	 }
	* html #cLS .EnquiryForm {
		width: 144px;
	 }

	/* === [ Field Grouping ] === */
		.EnquiryLabelGroup {
			display: block;
			clear: both;
			border-bottom: 1px solid #e5e2d4;
			padding: 2px 4px;
			height: 1%;
		}
		#cLS .EnquiryLabelGroup {
			border-bottom-style: none;
			padding: 0px 0px;
		}

		/* === [ Checkbox | RadioButton Table ] === */
			.CustomCheckbox,
			.CustomRadio {
				font-size: 85%;
				margin: 0px 0px 4px 0px;
				float: left;
			}
			.CustomCheckbox label,
			.CustomRadio label {
				margin: 0px 12px 0px 3px;
			}
			
			.CustomCheckbox input {
			}

/* === [ Border and Spacing ] === */

.EnquiryForm fieldset {
	position: relative;
	display: block;
	float: left;
	clear: both;
	border: none;
	border: 1px solid #E6E3D4;
	min-width: 250px;
	padding-bottom: 1px;
	height: 1%;
}

	#cLS fieldset {
		padding: 0px;
		border-style: none;
		display: block;
	}
	* html #cLS fieldset {
		width: 144px;
	 }

	/* === [ Legend Text ] === */
	
		.EnquiryForm fieldset legend {
		  margin: 4px;
		  color: #E4b523;
		}
		#cLS fieldset legend {
		  margin: 4px 0px 4px -8px;
		  padding: 0px;
		  font-size: 110%;
		  color: #00456C;
		}
	
	/* === [ Lable Text ] === */

		.EnquiryForm label.EnquiryLabel {
		  font-size: 110%;
			font-weight: bold;
			font-size: 110%;
			position: relative;
			display: block;
			float: left;
			clear: both;
			width: 130px;
			padding-right: 5px;
			margin-bottom: 2px;
		}
		
		/* === [ Form Fields ] === */
	
		.EnquiryForm input, 
		.EnquiryForm select, 
		.EnquiryForm textarea {
			position: relative;
			display: block;
			float: left;
			clear: none;
			font-family: sans-serif;
			font-size: 100%;
			margin-bottom: 2px;
		}
		#cLS .EnquiryForm input {
			width: 82px;
			float: left;
			clear: both;
		}

	/* === [ Error Text ] === */

		.EnquiryError {
			position: relative;
			display: block;
			float: left;
			clear: left;
			font-size: 10px;
			min-width: 250px;
		}

	/* === [ Button ] === */

		.EnquiryForm input.EnquiryButton {
			position: relative;
			display: block;
			float: left;
			clear: both;
			margin: 0px;
			padding: 20px 11px;
		}
			#cLS .EnquiryForm input.EnquiryButton{
				padding: 0px 0px;
			}
		/* === [ Required Marker ] === */

		.RequiredMarker {
			font-weight: bold;
		  	font-size: 85%;
			color: #CC0000;
			padding: 0 0 0 4px;
		}	
