form#contactForm .formentry {
	margin-bottom:10px;
	float: left;
	clear: left;
	width: 480px;
}
div#economyForm form#contactForm .formentry {
	margin-bottom:10px;
	float: left;
	clear: left;
	width: 700px;
}
form#contactForm .formentry label {
	float:left;
	font-weight:bold;
	padding-right:10px;
	text-align:right;
	width: 135px;
}
form#contactForm .formentry input, form#contactForm .formentry select, form#contactForm .formentry textarea {
	width: 250px;
}
form#contactForm .formentry textarea {
	height: 100px
}
form#contactForm .formentry input.checkbox {
	width: auto;
}
form#contactForm .formentry p.caption {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 155px;
	clear: both;
	width: 350px;
}
form#contactForm .formentry #messagegroup {
	margin-left: 145px;
	border: none;
}
form#contactForm .formentry #messagegroup label {
	float:left;
	font-weight: normal;
	padding-left:5px;
	text-align: left;
	width: 300px;
}
form#contactForm .formentry #messagegroup input.checkbox {
	width: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: left;
}
form#contactForm #form-buttons {
	clear: left;
	margin-left: 155px;
}
div#economyForm form#contactForm #form-buttons {
	float: left;
	margin-left: 10px;
}
div#economyForm form#contactForm #form-buttons button {
	border: none;
}
form#contactForm .formentry label.radios {
	width: auto;
	font-weight: normal;
}
form#contactForm .formentry input.radios {
	width: auto;
}
div#contactForm {
	width: 490px;
}

form#contactForm .formentry input.big, form#contactForm .formentry select.big, form#contactForm .formentry textarea.big {
	width: 500px;
	margin-bottom: 5px;
	float: left;
}
form#contactForm .formentry legend {
	font-size: 14px;
	color: #EC6B26;
	margin-bottom: 5px;
	margin-top: 0px;
	width: 500px;
}
form#contactForm .formentry fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 700px;
}
