/* 	[ 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;
	width: auto;
	margin: 0px 0px 10px 0px;
	height: 1%;
	padding: 10px;
	display: block;
	width: auto;
	background: #eeeeee url(/Templates/_images/listItem-bkg.gif) repeat-x top left;
	border: #e8e8e8 1px solid;
}

		/* === [ Field Grouping ] === */
		.EnquiryLabelGroup {
			display: block;
			width: 100%;
			clear: both;
			margin: 4px 0px;
		}

			/* === [ Checkbox | RadioButton Table ] === */
			.CustomCheckbox,
			.CustomRadio {
				font-size: 1.1em;
				margin: 0px 0px 4px 0px;
			}
			.CustomCheckbox label,
			.CustomRadio label {
				margin: 0px 12px 0px 3px;
				font-size: 1.1em;
			}
			
			.CustomCheckbox input {
				margin: 0px 0px 4px 0px;
			}
			.EnquiryForm input[type=checkbox],
			.EnquiryForm input[type=radio]{
				margin: 0px 4px 0px 0px;
			}

/* === [ Border and Spacing ] === */
.EnquiryForm fieldset {
	position: relative;
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	border: none;
	padding: 0px 0px 1px 0px;
	height: 1%;
}

		/* === [ Legend Text ] === */
		.EnquiryForm fieldset legend {
			font-size: 1.1em;
			font-weight: bold;
			margin: 8px 0px 8px -6px;
			color: #000000;
		}
	
		/* === [ Lable Text ] === */
		.EnquiryForm label.EnquiryLabel {
	position: relative;
			font-size: 1.1em;
			float: left;
			clear: none;
			width: 185px;
			padding-right: 5px;
			margin-bottom: 5px;
		}
		
		/* === [ Form Fields ] === */
		.EnquiryForm input, 
		.EnquiryForm select, 
		.EnquiryForm textarea {
			position: relative;
			float: left;
			clear: none;
			font-family: sans-serif;
			font-size: 1.1em;
			margin-bottom: 2px;
			width: 265px;
		}

		/* === [ Asterix ] === */
		.RequiredMarker {
			color: red;
			padding: 0px 2px;
		}

		/* === [ Error Text ] === */
		.EnquiryError {
			position: relative;
			display: block;
			float: left;
			clear: both;
			font-size: 1.1em;
			min-width: 265px;
		}

		/* === [ Button ] === */
		.EnquiryForm input.EnquiryButton {
			display: block;
			margin: 10px 0px 0px 190px;			
			
			position: relative;
			float: none;
			clear: both;
			font-family: sans-serif;
			font-size: 1.1em;
			width: auto;

		}
