/* 	[ 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;
	display: block;
	clear: both;
	margin: 0px;
	padding: 10px;
	margin-bottom: 50px;
	height: 1%;
	border: 1px solid #91A6C1;
}

	/* === [ Field Grouping ] === */
		.EnquiryLabelGroup {
			display: block;
			clear: both;
		}

		/* === [ Checkbox | RadioButton Table ] === */
			.CustomCheckbox,
			.CustomRadio {
				font-size: 90%;
				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;
}

	/* === [ Legend Text ] === */
	
		.EnquiryForm fieldset legend {
			font-size: 120%;
			margin: 8px 0px 8px -8px;
			padding: 0px;
			color: #91A6C1;
			font-weight: bold; 
		}
	
	/* === [ Lable Text ] === */

		.EnquiryForm label.EnquiryLabel {
			font-size: 85%;
			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: 90%;
			margin-bottom: 2px;
		}

	/* === [ Error Text ] === */

		.EnquiryError {
			position: relative;
			display: block;
			float: left;
			clear: left;
			font-size: 75%;
			min-width: 250px;
		}

	/* === [ Button ] === */

		.EnquiryForm input.EnquiryButton {
			position: relative;
			display: block;
			float: left;
			clear: both;
			margin: 0px;

		}
		/* === [ Required Marker ] === */

		.RequiredMarker {
			font-weight: bold;
			font-size: 120%;
			color: #CC0000;
		}	

/* === [ Left Hand Container ] === */

		#cLS .EnquiryForm {
			position: relative;
			display: block;
			float: left;
			clear: both;
			padding-bottom: 1px;
			min-height: 156px;
			width: 144px;
			padding: 4px 8px;
			margin: 10px 0px 10px 0px;
		}
		* html #cLS .EnquiryForm {
			width: 144px;
		 }

	/* === [ Field Grouping ] === */
		#cLS .EnquiryLabelGroup {
		}

		/* === [ Checkbox | RadioButton Table ] === */
			#cLS .CustomCheckbox,
			#cLS .CustomRadio {
			}
			#cLS .CustomCheckbox label,
			#cLS .CustomRadio label {
			}

/* === [ Border and Spacing ] === */

		#cLS .EnquiryForm fieldset {
			border-style: none;
			padding: 0px;
		}
		* html .EnquiryForm fieldset {
			width: 144px;
		} 

	/* === [ Legend Text ] === */
	
		#cLS .EnquiryForm fieldset legend {
			margin: 4px 0px 4px -8px;
			padding: 0px;
			font-size: 120%;
			color: #999999;
			font-weight: bold;
		}
	
	/* === [ Lable Text ] === */

		#cLS label.EnquiryLabel {
			display: inline;
			width: auto;
			padding-right: 0px;
			margin-bottom: 0px;
		}
		
		/* === [ Form Fields ] === */
	
		#cLS .EnquiryForm input, 
		#cLS .EnquiryForm select, 
		#cLS .EnquiryForm textarea {
			position: relative;
			display: block;
			float: left;
			clear: both;
			font-family: sans-serif;
			font-size: 80%;
			margin: 2px 0px;
			width: 82px;
		}

	/* === [ Error Text ] === */

		#cLS .EnquiryError {
		}

	/* === [ Button ] === */

		#cLS .EnquiryForm input.EnquiryButton {
			margin: 0px 0px;
		}
