/* 	[ 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: 0 0 20px 0;
	padding: 0;
}
/* === [ Field Grouping ] === */
.EnquiryLabelGroup {
	display: block;
	clear: both;
}
.EnquiryLabelGroup input {
	background: none;
	border: 1px solid #999999;
	height: 17px;
	line-height: 17px;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
}
/* === [ Checkbox | RadioButton Table ] === */
.CustomCheckbox, .CustomRadio {
	font-size: 1.2em;
	margin: 0px 0px 4px 0px;
	display: inline;
}
.CustomCheckbox label, .CustomRadio label {
	margin: 0px 12px 0px 3px;
}
.CustomCheckbox input {
}
/* === [ Border and Spacing ] === */
.EnquiryForm fieldset {
	position: relative;
	display: block;
	clear: both;
	border: 1px solid #DCDCDC;
	padding: 20px;
	margin-bottom: 20px;
}
/* === [ Legend Text ] === */
.EnquiryForm fieldset legend {
	display: none; /* HIDDIN */
	font-size: 120%;
	margin: 4px;
	color: #FA7024;
}
/* === [ Lable Text ] === */
.EnquiryForm label.EnquiryLabel {
	font-size: 12px;
	position: relative;
	display: block;
	float: left;
	width: 130px;
	padding-right: 5px;
	padding-top: 3px;
	margin-bottom: 5px;
	line-height: 24px;
}
/* === [ Form Fields ] === */
.EnquiryForm input, .EnquiryForm select {
	position: relative;
	display: inline;
	font-family: sans-serif;
	margin-bottom: 10px;
	padding: 3px;
	font-size: 12px;
}
.EnquiryForm textarea {
	position: relative;
	display: inline;
	font-family: sans-serif;
	margin-bottom: 10px;
	padding: 3px;
	width: 300px;
	font-size: 12px;
	color: #666666;
}
/* === [ Asterix ] === */
.RequiredMarker {
	font-weight: bold;
	color: #CC0000;
	padding: 0px 2px;
}
/* === [ Error Text ] === */
.EnquiryError {
	position: relative;
	padding: 0 0 0 135px;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #CC0000 !important;
}
/* === [ Button ] === */
.EnquiryForm input.EnquiryButton {
	position: relative;
	display: block;
	margin: 10px 0 0 132px;
}
/* === [ Left Hand Container ] === */

#cLS .EnquiryForm {
	min-height: 156px;
	width: 144px;
	padding: 4px 8px;
	margin: 10px 0px 10px 0px;
}
* html #cLS .EnquiryForm {
}
/* === [ 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: 100%;
}
/* === [ Lable Text ] === */
#cLS label.EnquiryLabel {
	padding-right: 0px;
	margin-bottom: 0px;
}
/* === [ Form Fields ] === */
#cLS .EnquiryForm input, #cLS .EnquiryForm select, #cLS .EnquiryForm textarea {
	display: block;
	clear: both;
	width: 82px;
}
/* === [ Error Text ] === */
#cLS .EnquiryError {
}
/* === [ Button ] === */
#cLS .EnquiryForm input.EnquiryButton {
	margin: 0px;
	width: auto;
}
#ctl00_cPC_ctl00_cPC_ContainerHolder_1224_ctl00_ibSubmit {
	float: right;
}
