/*Error report styles */
.errorReport {
	background-color: #fee8e8;
	border: 1px solid #c73e3e;
	margin: 10px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
}
.errorReportHeading {
	background-image: url(/images/common/error_report_header.jpg);
	background-repeat: repeat-x;
	background-color: #c73e3e;
	height: 36px;
	overflow: hidden;	
}
.errorReportHeading h2{
	margin: 0px 0px 0px 0px !important;
	padding: 4px 5px 0px 10px !important;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 17px !important;
	color: #ffffff !important;
}
.errorReportContent {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 10px;
}
.errorReportContent ul li{
	background-image: url("/images/common/error_bullet_point.jpg") !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 20px !important;
}

/* Form styles */
/*Boxout styles */
.contactForm {
	background-color: #f2e8fe;
	border: 1px solid #c6a6ec;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.formHeader {
	background-image: url(/images/common/boxout_header.jpg);
	background-repeat: repeat-x;
	background-color: #c29def;
	height: 36px;
	overflow: hidden;	
}
.formHeader h2{
	margin: 0px 0px 0px 0px !important;
	padding: 4px 5px 0px 10px !important;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 20px !important;
	color: #ffffff !important;
}
.formSubHeader {
	background-color: #e5d0ff;
	overflow: hidden;	
}
.formSubHeader h3 {
	margin: 0px 0px 0px 0px !important;
	padding: 4px 5px 0px 10px !important;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 14px !important;
	font-style: italic;
	color: #8c55cd !important;
	height: 22px;
}
.formArea, .formAreaEnquiry {
	display: block;
	background-color: #f2e8fe;
	border-bottom: 1px solid #c6a6ec;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	position: relative;
}
.formArea label, .formAreaEnquiry label{
	font-size: 14px;
	width: 135px;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}
.formArea p, .formAreaEnquiry p{
	width: 365px;
	margin: auto auto auto auto;
	padding: auto auto auto auto;
	position: absolute;
	left: 150px;
}
.formArea p {
	top: 6px;
}
.formAreaEnquiry p {
	top: 8px;
}
.formArea p input, .formArea p textArea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif !important;
}
.formArea {
	height: 20px;
}
.slightlyTaller {
	height: 25px;
}
.formAreaEnquiry {
	height: 72px;
}
.taller {
	height: 100px;
}
.verytall {
	height: 180px;
}
.formField {
	width: 100%;
}
.formFieldNarrow {
	width: 50%;
}
.formFieldVeryNarrow {
	width: 25%;
}
.submitArea {
	display: block;
	background-color: #ceadf4;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 45px;
}
.submitArea p.submitButtons{
	text-align: center;
	margin: 0px 0px 0px 0px !important;
	padding: 10px 0px 10px 0px !important;
}
.helpText {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	line-height: 15px;
	font-family: Verdana, Helvetica, sans-serif !important;
	color: #646464 !important;
}
.mandatory {
	color: red;
}
.disabled {
	color: #999999;
}