form.form {
	font-size: 12px;
	background: url(../images/form_fill.gif) repeat-y left top;
	clear: both;
	float: left;
}
form.form div {
	background: url(../images/form_bottom.gif) no-repeat left bottom;
	overflow: hidden;
}
form.form h3 {
	font-size: 12px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	background: url(../images/form_top.gif) no-repeat left top;
}
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: hidden;
	margin: 2px 0;
	padding: 4px ;
}
form.form p.formError {
}
form.form p.formSubmit,
form.form p.formRequiredNote {
	padding: 4px 0;
} 
form.form p label {
	display: block;
	width: 120px;
	float: left;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}
form.form p label span {
	color: #A40C0C;
}
form.form p.formError em {
	color: #D2484B;
	display: block;
	padding-left: 130px;
	clear: left;
	font-size: 10px;
}
form.form p.formError input,
form.form p.formError textarea {
}
form.form span.formGroup {
	width: 270px;
	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: 270px;
	padding: 4px;
	border: 1px solid #cdd4da;
}
form.form textarea.textfield {
	width: 270px;
	height: 130px;
	padding: 4px;
	border: 1px solid #cdd4da;
}
#contact_address {
	height: 50px;
}
form.form fieldset {
	border: 0px none;
}
form.form fieldset legend,
form.form fieldset h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
form.form p.submit,
form.form p.requriedNote {
	padding: 4px 20px;
}
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;
}
form.form p.submit {
	float: right;
	margin-bottom: 10px;
}
table.formTable td{
	padding: 4px;
}
table.formTable td em {
	color: #D2484B;
	display: block;
	clear: left;
	font-size: 10px;
}
#checkoutInfo {
	float: none;
}
