.form {
	width: 700px;
	overflow: hidden;
}
.form h3 {
	font-size: 14px;
	margin-bottom: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3c3a24;
	padding-bottom: 8px;
	border-bottom: 1px solid #d7d5c2;
}
.form blockquote {
	border: 1px solid #C10000;
	background-color: #FFEFF3;
	padding: 14px;
	font-weight: bold;
	color: #C10000;
	margin: 10px 0;
}
.form p {
	clear: left;
	overflow: auto;
	margin: 2px 0;
	padding: 4px 0;
}
.form p.formError {
}
.form p.formSubmit,
.form p.formRequiredNote {
	padding: 4px 0;
} 
.form p label {
	display: block;
	width: 150px;
	float: left;
	text-align: left;
	min-height: 14px;
}
.form p label span {
	color: #A40C0C;
}
.form p em {
	color: #D2484B;
	display: block;
	padding-left: 150px;
	clear: left;
	margin: 5px 0;
	text-align: left;
}
.form p.formError input,
.form p.formError textarea {
}
.form span.formGroup {
	width: 430px;
	line-height: 22px;
	float: left;
}
.form span.formGroup input {
	margin-right: 6px;
}
.form span.formGroup label {
	display: inline;
	width: auto;
	float: none;
	text-align: left;
	font-weight: normal;
}
.form input.textfield {
	width: 430px;
	border: 1px solid #b9c78c;
	padding: 5px;
	background: url(../images/input.gif) no-repeat left top;
}
.form input.error {
	border-color: #f00;
	border-top-color: #9D1B0D;
	border-left-color: #9D1B0D;
}
.form textarea.textfield {
	height: 130px;
	width: 430px;
	border: 1px solid #b9c78c;
	padding: 5px;
	background: url(../images/input.gif) no-repeat left top;
}
#contact_address {
	height: 50px;
}
.form fieldset {
	border: 0px none;
	margin: 10px 0 ;
	/*border:1px solid #d8d8d8;*/
	clear: both;
}
.form h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.form p.submit,
.form p.requriedNote {
	margin: 10px 5px;
}
.form div.contentFromEditor {
	margin: 0 10px;
}
.form p.formInfo {
	padding-left: 240px;
	width: auto;
	font-size: 9px;
}
.form p.extraField input {
	float: left;
}
.form p.extraField label {
	width: auto;
	padding-left: 6px;
}
.form p.submit {
	float: right;
	margin: 0;
	padding: 0 20px 0 0;
	clear: both;
}
input#captcha {
	width: 80px;
}
.form span.formCollection {
	width: 430px;
	float: left;
}
.form span.formCollection label {
	width: auto;
	float: none;
	font-weight: normal;
}
.form span.formCollection span {
	display: block;
	float: left;
	padding-right: 5px;
}
.form span.formCollection span input {
	width: 120px;
}
.form a {
	color: #56730f;
	font-weight: bold;
}
.form a:hover {
	text-decoration: none;
	color: #981b0d;
}
#loginBox input.textfield {
	border: 1px solid #b9c78c;
	padding: 5px;
	width: 143px;
	background: url(../images/input.gif) no-repeat left top;
}
#loginBox em {
	color: #900;
}
#accountstreet_name {
	width: 300px;
}
#accountstreet_number {
	width: 40px;
}
#accountcity {
	width: 200px;
}
