/* Base form appearance */
#makeClaimForm {
	background-color: #ECF1D3;
	margin: 0px;
	padding: 15px;
	margin-top: 20px;
}

/* Style the form's title */
#makeClaimForm h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	border: none;
	color: #FF8254;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-top: 0px;
	clear: both;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Styles for individual form element types */
#makeClaimForm label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 210px;
	display: block;
	float: left;
	padding-top: 3px;
}

#makeClaimForm input.textField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #A5A696;
	width: 320px;
	margin: 3px 0px 11px;
	padding: 0px 0px 2px;
	float: right;
}

#makeClaimForm textarea.textField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #A5A696;
	width: 320px;
	margin: 3px 0px 11px;
	padding: 0px;
	float: right;
}
#makeClaimFormButtonArea {
	margin-top: 20px;
	padding-top: 25px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-bottom: 27px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Position the 'Send' button */
#sendQuoteRequest {
	float: right;
}

/* Each label/field group is bounded in a DIV, which this style definition controls */
form div {
	clear: both;
	padding-top: 5px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Error message styling */
span.errorMessage{
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	margin: 0;
	padding: 0px 0px 5px 192px;
	line-height: 12px;
	color: #DA0036;
	clear: both;
}

/* Reveal the error message once its parent tag has the error class assigned */
.error .errorMessage {
	display: block;
}

/* Set the appearance of items which have the error class applied */
.error {
	background-color: #F0DBBB;
	margin-bottom: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Override the page's main styles to preserve correct text and form layout */
#mainContentArea {
	padding-right: 0px;
	padding-left: 0px;
}
#mainContentArea h1 {
	padding-right: 205px;
	padding-left: 15px;
}
#mainContentArea p {
	padding-right: 205px;
	padding-left: 15px;
}

