/* 	[ 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: 2em 0em 1em 0em;
	padding: 2em 0em 1.7em 4.5em;
	background: url(/Templates/_images/back_enquiry.jpg) no-repeat;
	height: 1%;
}

		/* === [ Field Grouping ] === */
		.EnquiryLabelGroup {
			display: block;
			width: 100%;
			clear: both;
			margin: 0px 0px 6px 0px;
		}

			/* === [ Checkbox | RadioButton Table ] === */
			.CustomCheckbox,
			.CustomRadio {
				font-size: 90%;
				margin: 0px 0px 0px 0px;
				display: inline;
			}
			.CustomCheckbox label,
			.CustomRadio label {
				margin: 0px 5px 0px 0px;
				font-size: 85%;
			}
			
			.CustomCheckbox input {
				margin: 0px 2px 0px 0px;
			}

/* === [ Border and Spacing ] === */
.EnquiryForm fieldset {
	position: relative;
	display: block;
	clear: both;
	border-style: none;
	padding: 0px;
	padding-bottom: 1px;
	margin: 0px 0px 10px 0px;
	height: 1%;
}

		/* === [ Legend Text ] === */
		.EnquiryForm fieldset legend {
			font-size: 120%;
			margin:  0px 0px 20px -10px;
			color: #0374C1;
		}
	
		/* === [ Lable Text ] === */
		.EnquiryForm label.EnquiryLabel {
			font-size: 100%;
			position: relative;
			display: block;
			float: left;
			width: 150px;
			font-weight: bold;
			margin-bottom: 5px;
			color: #003366;
		}
		#cRS .EnquiryForm label.EnquiryLabel {
			float: left;
			width: 115px;
			font-weight: normal;
			color: #003366;
			padding: 2px 0;
		}
		
		/* === [ Form Fields ] === */
		.EnquiryForm input {
			position: relative;
			display: inline;
			font-family: sans-serif;
			font-size: 100%;
			margin-bottom: 2px;
			width: 240px;
			padding: 4px 0;
		}
		.EnquiryForm textarea {
			position: relative;
			display: inline;
			font-family: sans-serif;
			font-size: 100%;
			margin-bottom: 2px;
			width: 240px;
			padding: 4px 0;
		}
		.EnquiryForm select {
			position: relative;
			display: inline;
			font-family: sans-serif;
			font-size: 100%;
			margin-bottom: 2px;
			width: 240px;
			padding: 4px 0;
		}
		#cRS .EnquiryForm input,
		#cRS .EnquiryForm textarea,
		#cRS .EnquiryForm select {
			width: 200px;
			padding: 0;
		}
		.EnquiryForm td input {
			width: auto;
		}

		/* === [ Asterix ] === */
		.RequiredMarker {
			color: red;
			padding: 0px 2px;
		}

		/* === [ Error Text ] === */
		.EnquiryError {
			position: relative;
			display: inline-block;
			clear: both;
			float: left;
			font-size: 90%;
			min-width: 250px;
		}

		/* === [ Button ] === */
		.EnquiryForm input.EnquiryButton {
			position: relative;
			display: block;
			margin: 10px 0px;
			width: auto;
		}

/* === [ Right Hand Container ] === */

		#cRS .EnquiryForm {
			margin: 0px 0px 0px 0px;
			background: url(/Templates/_images/back_enquiry_cLS.jpg) no-repeat;
		}
		/* IE6 Style */
		* html #cRS .EnquiryForm {
		 }

		/* === [ Field Grouping ] === */
		#cRS .EnquiryLabelGroup {
			float: left;
			width: 200px;
			clear: none;
			padding: 0px 0px 0px 0px;
			margin: 0px;
		}

			/* === [ Checkbox | RadioButton Table ] === */
			#cRS .CustomCheckbox,
			#cRS .CustomRadio {
			}
			#cRS .CustomCheckbox label,
			#cRS .CustomRadio label {
			}

		/* === [ Border and Spacing ] === */
		#cRS .EnquiryForm fieldset {
			border-style: none;
			padding: 0px;
			margin: 0px;
		}
		/* IE6 Style */
		* html .EnquiryForm fieldset {
			width: 250px;
		} 

		/* === [ Legend Text ] === */
		#cRS .EnquiryForm fieldset legend {

}
	
		/* === [ Lable Text ] === */
		#cRS label.EnquiryLabel {
			padding-right: 0px;
			margin-bottom: 0px;
		}
		
		/* === [ Form Fields ] === */
		#cRS .EnquiryForm input, 
		#cRS .EnquiryForm select, 
		#cRS .EnquiryForm textarea {
			display: block;
			clear: both;
			width: 220px;
		}

		/* === [ Error Text ] === */
		#cRS .EnquiryError {
		}

		/* === [ Button ] === */
		#cRS .EnquiryForm input.EnquiryButton {
			margin: 10px 0px;
			width: auto;
			clear: both;
			float: left;
		}

