/* 	[ 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: 0px;
	padding-bottom: 1px;
	margin-bottom: 50px;
	height: 1%;
	background-color: #e6e6e6;
}

		/* === [ Field Grouping ] === */
		.EnquiryLabelGroup {
			display: block;
			width: 100%;
			clear: both;
		}

			/* === [ Checkbox | RadioButton Table ] === */
			.CustomCheckbox,
			.CustomRadio {
				font-size: 75%;
				margin: 0px 0px 4px 0px;
			}
			.CustomCheckbox label,
			.CustomRadio label {
				margin: 0px 12px 0px 3px;
			}
			
			.CustomCheckbox input {
			}

/* === [ Border and Spacing ] === */
.EnquiryForm fieldset {
	position: relative;
	display: block;
	clear: both;
	border-style: none;
	padding: 0px;
	padding-bottom: 1px;
	height: 1%;
}

		/* === [ Legend Text ] === */
		.EnquiryForm fieldset legend {
			font-size: 100%;
			color: #666666;
			font-weight: bold;
			margin:  16px 0px 8px -8px;
		}
	
		/* === [ Lable Text ] === */
		.EnquiryForm label.EnquiryLabel {
			font-size: 80%;
			position: relative;
			display: block;
			float: left;
			width: 130px;
			padding-right: 5px;
			margin-bottom: 5px;
		}
		
		/* === [ Form Fields ] === */
		.EnquiryForm .EnquiryLabelGroup input, 
		.EnquiryForm .EnquiryLabelGroup select, 
		.EnquiryForm .EnquiryLabelGroup textarea {
			position: relative;
			display: inline;
			font-family: sans-serif;
			font-size: 80%;
			margin-bottom: 2px;
		}

		/* === [ Asterix ] === */
		.RequiredMarker {
			color: red;
			padding: 0px 2px;
		}

		/* === [ Error Text ] === */
		.EnquiryError {
			position: relative;
			display: inline-block;
			clear: both;
			font-size: 75%;
			min-width: 250px;
		}

		/* === [ Button ] === */
		.EnquiryForm input.EnquiryButton {
			position: relative;
			display: block;
			margin: 10px 0px 20px;
		}

/* === [ Left Hand Container ] === */

		#cPC .EnquiryForm {
			position: relative;
			clear: both;
			padding: 20px 0px 20px 10px;
			margin: 10px 0px;
		}
		/* IE6 Style */
		* html #cLS .EnquiryForm 
		{
		    height: 1%;
		 }

		/* === [ Field Grouping ] === */
		#cPC .EnquiryLabelGroup {
			width: 500px;
			clear: both;
			padding: 6px;
			margin: 10px 0 20px;
		}

			/* === [ Checkbox | RadioButton Table ] === */
			#cLS .CustomCheckbox,
			#cLS .CustomRadio {
			}
			#cLS .CustomCheckbox label,
			#cLS .CustomRadio label {
			}

		/* === [ Border and Spacing ] === */
		#cPC .EnquiryForm fieldset {
			border-style: none;
			padding: 0px;
			margin: 0px;
		}
		/* IE6 Style */
		* html .EnquiryForm fieldset {
			width: 144px;
		} 

		/* === [ Legend Text ] === */
		#cPC .EnquiryForm fieldset legend {

}
	
		/* === [ Lable Text ] === */
		#cPC label.EnquiryLabel {
			padding-right: 0px;
			margin-bottom: 0px;
		}
		
		/* === [ Form Fields ] === */
		#cPC .EnquiryForm .EnquiryLabelGroup input, 
		#cPC .EnquiryForm .EnquiryLabelGroup select, 
		#cPC .EnquiryForm .EnquiryLabelGroup textarea {
			display: block;
			width: 320px;
		}

		/* === [ Error Text ] === */
		#cPC .EnquiryError {
		}

		/* === [ Button ] === */
		#cPC .EnquiryForm input.EnquiryButton {
			margin: 10px 0px;
			width: auto;
			clear: both;
			float: left;
		}


/* === [ Left Hand Container ] === */

		#cPC .EnquiryForm {
			position: relative;
			clear: both;
			padding: 50px 20px 20px 20px;
			background: #e6e6e6 url(/Templates/parnz/_images/EmailUs.jpg) no-repeat top left;
			margin: 0px 0px;
		}
		/* IE6 Style */
		* html #cRS .EnquiryForm {
		 }

		/* === [ Field Grouping ] === */
		#cRS .EnquiryLabelGroup {
			width: auto;
			clear: both;
			padding: 0px;
			margin: 10px 0 10px 0;
		}

			/* === [ 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: 144px;
		} 

		/* === [ Legend Text ] === */
		#cRS .EnquiryForm fieldset legend {
}
	
		/* === [ Lable Text ] === */
		#cPC label.EnquiryLabel {
			padding: 4px 0;
			color: #4d4d4d;
			font-size: 75%;
			font-weight: bold;
			float: left;
			width: 150px;
		}
		
		/* === [ Form Fields ] === */
		#cPC .EnquiryForm .EnquiryLabelGroup input, 
		#cPC .EnquiryForm .EnquiryLabelGroup select, 
		#cPC .EnquiryForm .EnquiryLabelGroup textarea {
			display: block;
			width: 310px;
			float: left;
			padding: 3px 5px;
		}
		#cPC .EnquiryForm .EnquiryLabelGroup input, #cPC .EnquiryForm .EnquiryLabelGroup textarea
		{
		    border: 1px solid #666;
		    background: white;
		}

		/* === [ Error Text ] === */
		#cPC .EnquiryError {
		}

		/* === [ Button ] === */
		#cPC .EnquiryForm input.EnquiryButton {
			margin: 10px 27px 20px 0;
			width: auto;
			clear: both;
			float: right;
			border: none;
		    background: none;
		    padding: 0px;
		}
        /*
        #ctl00_cPC_ctl00_cPC_ContainerHolder_1542_ctl00_hdnRegionId, #cPC .EnquiryForm input[type="hidden"]
        {
            visibility: hidden;
        }
        */
