/* 	[ 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: 1em 0em 1em 0em;
	padding: 1.7em 0em 1.7em 5.7em;
	background: url(/Templates/_images/back_enquiry.jpg) no-repeat;
	height: 1%;	
}
.EnquiryForm:hover {
	background: url(/Templates/_images/back_enquiry2.jpg) no-repeat;
}
#iframeWrapper .EnquiryForm {
	margin: 0;
	padding: 1.7em 0em 0 5.7em;
}

		/* === [ Field Grouping ] === */
		.EnquiryLabelGroup {
			display: block;
			padding: 6px 0px;
			width: 100%;
			clear: both;
		}

			/* === [ Checkbox | RadioButton Table ] === */
			.CustomCheckbox,
			.CustomRadio {
				font-size: 14px;
				margin: 0px 0px 4px 0px;
				display: inline;
			}
			.EnquiryForm tr {
				width: 350px!important;
			}
			
			
		.CustomCheckbox label,
		.CustomRadio label {
			font-size: 14px;
			margin: 0px 12px 0px 3px;
			}

/* === [ 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: 18px;
			margin:  0px 0px 8px -10px;
			color: #013151;
			font-weight: bold; 
		}	
		/* === [ Lable Text ] === */
		.EnquiryForm label.EnquiryLabel {
			font-size: 14px;
			font-weight: bold;
			position: relative;
			display: block;
			padding-right: 5px;
			margin-bottom: 5px;
			
		}

		
		/* === [ Form Fields ] === */
		.EnquiryForm input, 
		.EnquiryForm select, 
		.EnquiryForm textarea {
			position: relative;
			display: block;
			font-family: sans-serif;
			font-size: 14px;
			margin-bottom: 2px;
			width: 350px;
		}
		.EnquiryForm td input{
			width: auto;
			
		}
		
		.CustomCheckbox input,
		.CustomRadio input {
			font-size: 14px;
			margin: 0px 4px 0px 3px;
			display: inline;
			width: auto;
			}
		

		/* === [ Asterix ] === */
		.RequiredMarker {
			color: red;
			padding: 0px 2px;
		}

		/* === [ Error Text ] === */
		.EnquiryError {
			position: relative;
			float: left;
			clear: both;
			color: #CC0000 !important;
			font-size: 100%;
		}

		/* === [ Button ] === */
		.EnquiryForm input.EnquiryButton {
			position: relative;
			display: block;
			margin: 10px 0px;
			width: auto;
		}
		#iframeWrapper input.EnquiryButton {
			margin: 10px 0 0 0;
		}

/* === [ Left Hand Container ] === */

		#cLS .EnquiryForm {
			margin: 0px 10px 0px 0px;
	padding: 1.7em 0em 1.7em 4.7em;
		}
		#cRS .EnquiryForm {
			margin: 0px 10px 0px 0px;
		}
		/* IE6 Style */
		* html #cLS .EnquiryForm {
		 }

		/* === [ Field Grouping ] === */
		#cLS .EnquiryLabelGroup,
		#cRS .EnquiryLabelGroup {
			float: left;
			width: 150px;
			clear: none;
			padding: 0px 0px;
			margin: 0px;
		}

			/* === [ Checkbox | RadioButton Table ] === */
			#cLS .CustomCheckbox,
			#cLS .CustomRadio {
			}
			#cLS .CustomCheckbox label,
			#cLS .CustomRadio label {
			}

		/* === [ Border and Spacing ] === */
		#cLS .EnquiryForm fieldset,
		#cRS .EnquiryForm fieldset {
			border-style: none;
			padding: 0px;
			margin: 0px;
		}
		/* IE6 Style */
		* html #cLS .EnquiryForm fieldset,
		* html #cRS .EnquiryForm fieldset {
			width: 150px;
		} 

		/* === [ Legend Text ] === */
		#cLS .EnquiryForm fieldset legend {
			width: 170px;
			white-space: normal;
		}
		#cRS .EnquiryForm fieldset legend {
			width: 170px;
			white-space: normal;
		}
	
	
		/* === [ Lable Text ] === */
		#cLS label.EnquiryLabel,
		#cRS label.EnquiryLabel {
			padding-right: 0px;
			margin-bottom: 0px;
			font-size: 12px;
		}
		
		/* === [ Form Fields ] === */
		#cLS .EnquiryForm input, 
		#cLS .EnquiryForm select, 
		#cLS .EnquiryForm textarea,
		#cRS .EnquiryForm input, 
		#cRS .EnquiryForm select, 
		#cRS .EnquiryForm textarea  {
			display: block;
			clear: both;
			width: 150px;
			font-size: 12px;
		}

		/* === [ Error Text ] === */
		#cLS .EnquiryError {
			font-size: 11px;
		}

		/* === [ Button ] === */
		#cLS .EnquiryForm input.EnquiryButton,
		#cRS .EnquiryForm input.EnquiryButton {
			margin: 10px 0px;
			width: auto;
			clear: both;
			float: left;
		}


