form.form {
	font-size: 12px;
}
form.form h3 {
	font-size: 17px;
	font-weight: bold;
}
form.form blockquote {
	border: 1px solid #C10000;
	background-color: #FFEFF3;
	padding: 14px;
	font-weight: bold;
	color: #C10000;
	margin: 10px 0;
}
form.form p {
	clear: left;
	overflow: auto;
	margin: 2px 0;
	padding: 4px 0;
}
form.form p.formError {
}
form.form p.formSubmit,
form.form p.formRequiredNote {
	padding: 4px 0;
} 
form.form p label {
	display: block;
	width: 180px;
	float: left;
	text-align: left;
}
form.form p label span {
	color: #A40C0C;
}
form.form p.formError em {
	color: #D2484B;
	display: block;
	padding-left: 180px;
	clear: left;
	font-size: 10px;
}
form.form p.formError input,
form.form p.formError textarea {
}
form.form span.formGroup {
	width: 340px;
	line-height: 22px;
	float: left;
}
form.form span.formGroup input {
	margin-right: 6px;
}
form.form span.formGroup label {
	display: inline;
	width: auto;
	float: none;
	text-align: left;
}
form.form input.textfield {
	width: 340px;
	padding: 4px;
	border: 1px solid #666;
	border-bottom-color: #aaa;
	border-right-color: #aaa;
}
form.form textarea.textfield {
	width: 340px;
	height: 130px;
	padding: 4px;
	border: 1px solid #666;
	border-bottom-color: #aaa;
	border-right-color: #aaa;
}
#contact_address {
	height: 50px;
}
form.form fieldset {
	border: 0px none;
	margin: 10px 0 20px 0;
	border:1px solid #d8d8d8;
	background: url(../images/side_fill.gif) repeat-x left top;
	padding: 20px;
	clear: both;
}
form.form fieldset h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
form.form p.submit,
form.form p.requriedNote {
	margin: 10px 5px;
}
form.form div.contentFromEditor {
	margin: 0 10px;
}
form.form p.formInfo {
	padding-left: 240px;
	width: auto;
	font-size: 9px;
}
form.form p.formInfo2 {
	width: auto;
	font-size: 9px;
}
form.form p.extraField input {
	float: left;
}
form.form p.extraField label {
	width: auto;
	padding-left: 6px;
}
#contact_message_info em {
	padding-left: 0;
}
#contact_message_info label {
	display: none;
}
#contact_message_info textarea {
	widtH: 520px;
}
form.form p.submit {
	float: right;
	margin: 0;
	padding: 0 20px 0 0;
}
