/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ FORM BUILDER ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
		Prefix with Continer ID to apply style to individual containers.
		
		You can achieve different column layouts for each container. 
		Once the form is set up, use the source code to find the Container class.
		Prefix this to an existing class name. IE:
			.Container5 .EnquiryLabelGroup {
				display: block;
				clear: both;
				margin: 0px 0px 3px 0px;
				float: left;
				width: 50%;
			}
		
		You can achieve individual styling for any field.
		Once the form is set up, use the source code to find the class of the item you wish to style.
		Prefix this to an existing class name. IE:
			.TextBox6 input {
				width: 50px;
			}

		
*/

/* === [ GLOBAL STYLE ] === */
.FormBuilder {
	position: relative;
	display: block;
	clear: both;
	height: 1%;
	margin: 0px 0px 10px 0px;
	padding: 15px 10px;
	background: #fff url(/Templates/wcmc/_images/back_footer.gif) repeat-x top left;
	border: #aac0d3 4px solid;
}

/* === [ Border and Spacing ] === */
	.FormContainer {
		position: relative;
		display: block;
		clear: both;
		border-style: none;
		height: 1%;
		background: #FFFFFF;
		margin: 0px 0px 10px 0px; 
		font-size: 1.1em;
		padding: 5px 10px;
		}

/* === [ Surround Field Grouping ] === */
	.EnquiryLabelGroup {
		display: block;
		clear: both;
		margin: 6px 0px;
		padding: 0px 4px;
	}
	
/* === [ Label Text ] === */
	
	
	.FormBuilder label.EnquiryLabel {
		width: 25%;
		padding: 0px 20px 0px 0px;
		display: block;
		float: left;
		margin: 0px 0px 4px 0px;
	}
	.FormBuilder label.EnquiryLabel.EmailField1 {
		width: 165px;
		padding: 0px 0px 0px 0px;
	}

/* === [ Form Fields ] === */
	.FormBuilder input {
		font-family: sans-serif;
		font-size: 1.1em;
	}
	.FormBuilder select, 
	.FormBuilder textarea {
		font-family: sans-serif;
		font-size: 1.1em;
		width: 38%;
	}
	.MembershipType2 select {
		width: 190px;
	}

/* === [ RadioButtons, CheckBoxList Surrounding Table Style ] === */
	.FormBuilder table {
		padding: 0px;
	}
	.FormBuilder table td {
			padding: 0px 20px 0px 0px;
	}
		.FormBuilder .RadioButtons table td,
		.FormBuilder .CheckBoxList table td {
			padding: 0px 20px 0px 0px;
		}
		.FormBuilder table input {
			margin: 0px 4px 0px 0px;
			float: left;
		}
		.FormBuilder table label {
			margin: 3px 0px 0px 0px;
			float: left;
			white-space: nowrap;
		}

/* === [ TEXT ONLY FIELDS ] === */

		/* === [ Surrounding DIV's ] === */
		.EnquiryLabelGroup.Heading {
		padding: 10px 0px;
		border-bottom: 1px solid #c1e4e4;
		padding: 10px 0px;
		margin: 20px 0px 4px 0px;
		color: #004890;
		font-size: 1.1em;
		}
		.EnquiryLabelGroup.Heading.Heading1 {
		padding: 0px 0px;
		border-bottom: none;
		margin: 10px 0px 4px 0px;
		width: 255px;
		float: left;
		clear: none;
		}
		.EnquiryLabelGroup.Description,
		.EnquiryLabelGroup.DisplayField {
		border-bottom: 1px solid #c1e4e4;
		padding: 10px 0px 5px 0;
		margin: 10px 0px 4px 0px;
		color: #004890;
		font-size: 1.1em;
		}
		.EnquiryLabelGroup.DisplayField.TotalCost {
		border-bottom: none;
		padding: 0px 0px;
		margin: 10px 0px 4px 0px;
		width: 100px;
		font-weight: bold;
		float: left;
		clear: none;
		}
		.EnquiryLabelGroup.Description.MembershipType {
		border-bottom: none;
		padding: 0px 0px;
		margin: 10px 0px 0px 0px;
		width: 340px;
		float: left;
		clear: none;
		font-size: 1.1em;
		}
		/* === [ Text ] === */
		.FormHeading,
		.FormDescription,
		.FormDisplayField {
			font-size: 1em;
			margin: 0px;
			clear: both;
		}
		/* === [ Label Style ] === */
		.Heading label.EnquiryLabel,
		.Description label.EnquiryLabel,
		.DisplayField label.EnquiryLabel {
			font-size: 1.2em;
			text-transform: uppercase;
			font-weight: bold;
			color: #004890;
		}
		/* === [ Container Heading ] === */
			.FormHeading span {
				font-size: 1.4em;
				font-weight: bold;
				display: block;
				margin: 0px 0px 8px 0px;
			}


/* === [ INPUT FIELDS ] === */
		
		/* === [ Surrounding DIV's ] === */
		.EnquiryLabelGroup.TextBox,
		.EnquiryLabelGroup.MemoBox,
		.EnquiryLabelGroup.NumberField,
		.EnquiryLabelGroup.EmailField,
		.EnquiryLabelGroup.DateTime,
		.EnquiryLabelGroup.EmailField,
		.EnquiryLabelGroup.YesNoTickBox {
		}
		.EnquiryLabelGroup.TextBox.EmailField1 {
			width: 100px;
			float: left;
			clear: both;
			display: block;
		}

		/* === [ Form Fields ] === */
		.FormBuilder .TextBox input,
		.FormBuilder .NumberField input,
		.FormBuilder .EmailField input,
		.FormBuilder .DateTime input,
		.FormBuilder .EmailField input,
		.FormBuilder .MemoBox textarea {
			width: 38%;
		}
		.FormBuilder .Address2.TextBox input {
			margin: 0 0 0 155px;
		}
		.FormBuilder .EmailField1.TextBox input {
		}
		

/* === [ LIST FIELDS ] === */
		
		/* === [ Surrounding DIV's ] === */
		.EnquiryLabelGroup.DropDownList,
		.EnquiryLabelGroup.MuiltSelectList,
		.EnquiryLabelGroup.RadioButtons,
		.EnquiryLabelGroup.CheckBoxList,
		.EnquiryLabelGroup.ManagedList {
		}
		.EnquiryLabelGroup.DropDownList.MembershipType2 {
			float: left;
			clear: none;
			display: inline;
			width: 190px;
		}

		/* === [ Form Fields ] === */
		.FormBuilder .DropDownList input,
		.FormBuilder .MuiltSelectList input,
		.FormBuilder .RadioButtons input,
		.FormBuilder .CheckBoxList input,
		.FormBuilder .ManagedList input {
		}
		
		.FormBuilder .ManagedList1 select {
			width: 211px;
		}
		
/* === [ DESIGN ELEMENTS ] === */

		.EnquiryLabelGroup.HorizontalRule,
		.EnquiryLabelGroup.FormBreak {
			position: relative;
			clear: both;
			display: block;
			height: 34px;
			margin: 3px 0px;
			padding: 0px;
		}
		
/* === [ FUNCTIONS - Do not change unless design requires ] === */

		/* === [ Asterix ] === */
		.RequiredMarker {
			padding: 0px 2px;
		}
		/* === [ Error Text ] === */
		.EnquiryError {
			position: relative;
			display: block;
			clear: both;
			font-size: 1em;
			float: left;
			margin: 0px 0px 10px 180px;
		}
		/* === [ CaptchaControl ] === */
		.CaptchaControl {
			position: relative;
			display: block;
			clear: none;
			border-style: none;
			background: #FFFFFF;
			margin: 0px 0px 10px 0px; 
			font-size: 0.9em;
			padding: 10px 10px 3px 10px;		
		}
		/* === [ Button ] === */
		.FormBuilder input.EnquiryButton {
			position: relative;
			display: block;
			margin: 10px 0px;		
		}
		

