/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ Member Registration ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
		Prefix with Continer ID to apply style to individual containers.
*/

/* === [ GLOBAL STYLE ] === */

.MemberRegistration {
	position: relative;
	display: block;
	clear: both;
	margin: 1em 0em 1em 0em;
	padding: 1.7em 0em 1.7em 4.7em;
	color: #999999;
	background: url(/Templates/_images/back_enquiry.jpg) no-repeat;
	height: 1%;
}

		/* === [ Field Grouping ] === */
		.EnquiryLabelGroup {
			display: block;
			padding: 8px 0px;
			width: 100%;
			clear: both;
		}

			/* === [ Checkbox | RadioButton Table ] === */
			.CustomCheckbox,
			.CustomRadio {
				font-size: 85%;
				margin: 0px 0px 4px 0px;
			}
			.CustomCheckbox label,
			.CustomRadio label {
				margin: 0px 12px 0px 3px;
			}
			
			.CustomCheckbox input {
			}

/* === [ Border and Spacing ] === */
.MemberRegistration fieldset {
	position: relative;
	display: block;
	clear: both;
	border-style: none;
	padding: 0px;
	padding-bottom: 1px;
	height: 1%;
}

		/* === [ Legend Text ] === */
		.MemberRegistration fieldset legend {
			font-size: 18px;
			margin:  0px 0px 8px -10px;
			color: #013151;
			font-weight: bold; 
		}
	
		/* === [ Lable Text ] === */
		.MemberRegistration label.EnquiryLabel {
			font-size: 14px;
			position: relative;
			display: block;
			float: left;
			width: 130px;
			padding-right: 5px;
			margin-bottom: 5px;
		}
		
		/* === [ Form Fields ] === */
		.MemberRegistration select, 
		.MemberRegistration textarea {
			position: relative;
			float: left;
			display: block;
			font-family: sans-serif;
			font-size: 13px;
			margin-bottom: 2px;
			width: 250px;
		}
		.MemberRegistration td input {
			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 ] === */
		.MemberRegistration input.EnquiryButton {
			position: relative;
			display: block;
			margin: 10px 0px;
			width: auto;
		}/* Automatically Updateded in patch version 4.0.8 */
/* -----[ Patch 4.1.2 ]----- */

/* -----[ Login Form ]----------------------------------------------------- */

.LoginFormPopup 
{
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;

}

