/*
Generic form elements
---------------------
*/

/*
Contact form elements
-------------------------
*/

	#contactForm {
		display: block;
		margin: 10px 0px 0px 0px;
		padding: 10px 10px 10px 10px;
		border: 1px solid #E6E6E6;
		background-color: #F3F3F3;
		font-size: 13px;
		line-height: 15px;
		color: #5C1F2F;
	}
	#contactForm  h2 {
		margin: 0px 0px 12px 0px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 16px;
		line-height: 18px;
		font-weight: bold;
		color: #5C1F2F;
	}
	
	.smallText {
		font-size: 10px;
		line-height: 11px;
		color: #5C1F2F;
	}

	#contactForm p {
		margin: 0px 0px 0px 0px;
	}

	#contactForm .formArea {
		display: block;
		margin: 10px 0px 10px 0px;
	}

	#contactForm .formArea label {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 2px 0px 0px 0px;
		float: left;
		width: 120px;
	}

	#contactForm .formArea .textInput {
		width: 300px;
	}

	#contactForm .formArea p {
		display: block;
		margin: 0px 0px 0px 0px;
		float: right;
		width: 350px;
	}
	
	#confirmationPanel {
		display: block;
		margin: 0px auto 0px auto;
		padding: 30px 10px 20px 10px;
		width: 400px;
		background-color: #ffffff;
		border: 1px solid #B3AC95
	}



#errorReport {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #ff3300 !important;
}
#errorReport dt {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}
#errorReport dd {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 8px;
}

#genericForm, #basketForm {
	display: block;
	width: 675px;
	margin: 15px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#genericForm h2, #basketForm h2 {
	display: block;
	margin: 0px 0px 1px 0px;
	padding: 2px 2px 2px 9px;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #0079C1;
}

#basketForm h2 {
	text-transform: none;
	padding: 2px 0px 2px 4px;
	margin: 0px 75px 1px 0px;
}

.mandatory {
	color: #ff3300;
}

#genericForm .formArea, #basketForm .formArea {
	display: block;
	position: relative;
	clear: both;
	margin: 0px 0px 1px 0px;
	padding: 5px 0px 5px 0px;
	background-color: #EBF5FA;
}
#basketForm .formArea {
	width: 600px;
}
#genericForm .darkerArea, #basketForm .darkerArea {
	background-color: #D2E8F4 !important;
}

form input.fullWidth, form textarea.fullWidth, form select.fullWidth {
	width: 485px;
}

form input.smallWidth, form textarea.smallWidth {
	width: 75px;
}

form input.mediumWidth, form textarea.mediumWidth {
	width: 300px;
}

form select.limitWidth {
	width: 150px;
}

form select.smallWidth {
	width: 40px;
}

/*
Standard area elements
----------------------
*/

#genericForm .formArea.standard p, #basketForm .formArea.standard p {
	margin: 0px 0px 0px 0px;
	padding: 5px 9px 5px 9px;
}

#genericForm .formArea.standard label, #basketForm .formArea.standard label {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 7px 9px 0px 9px;
	color: #3a4f8d;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

/*
Tabbed area elements
---------------------
*/

#genericForm .formArea.tabbed p {
	margin: 0px 0px 0px 0px;
	padding: 5px 9px 5px 170px;
}

#basketForm .formArea.tabbed p {
	margin: 0px 0px 0px 0px;
	padding: 5px 9px 5px 190px !important;
}

#genericForm .formArea.tabbed ul, #basketForm .formArea.tabbed p {
	margin: 0px 0px 0px 0px;
	padding: 5px 9px 5px 160px;
}

#genericForm .formArea.errorText p, #basketForm .formArea.errorText p {
	margin: 0px 0px 0px 0px;
	padding: 5px 9px 5px 9px;
	color: #ff0000;
	font-weight: bold;
}

#genericForm .formArea.tabbed label {
	display: block;
	position: absolute;
	top: 11px;
	left: 9px;
	width: 148px;
	color: #3a4f8d;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

#basketForm .formArea.tabbed label {
	display: block;
	position: absolute;
	top: 11px;
	left: 9px;
	width: 168px !important;
	color: #3a4f8d;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

/*
Three column elements
---------------------
*/

#genericForm .threecol input {
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 11px;
	left: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#genericForm .threecol label {
	display: block;
	margin: 0px 225px 0px 0px;
	padding: 5px 0px 5px 32px;
	line-height: 14px;
	color: #3a4f8d;
	font-weight: bold;
}

#genericForm .threecol select {
	display: block;
	position: absolute;
	top: 6px;
	right: 10px;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*
Other form elements
---------------------
*/

#genericForm .helpText, #basketForm .helpText  {
	font-size: 10px;
	line-height: 12px;
	color: #3a4f8d;
	font-weight: normal;
}

.formAreaSpacer  {
	display: block;
	height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1px;
	line-height: 1px;
}

#genericForm #submitArea, #basketForm #submitArea {
	display: block;
	background-color: #0079C1;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
}

#genericForm #submitArea p, #basketForm #submitArea p {
	margin: 0px 0px 0px 0px;
	padding: 12px 10px 12px 10px;
}

#genericForm #submitArea input, #basketForm #submitArea input {
	font-size: 12px;
	margin: 0px 30px 0px 30px;
}