@charset "UTF-8";
form#contactForm label {
	width: 250px;
	text-align: right;
	float: left;
}
form#contactForm input, form#contactForm textarea, form#contactForm select {
	margin-bottom: 10px;
	width: 275px;
	margin-left: 10px;
}
.required {
	font-weight: bold;
	font-style: italic;
}
form#contactForm input#submit {
	width: auto;
	clear: both;
	margin-left: 250px;
}
form#contactForm p {
	text-align:center;
	font-weight: bold;
	clear: both;
}
#form-container {
	width: 650px;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
}
#form-container .formset {
	float: left;
	clear: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #644026;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
form#contactForm input.button {
	width: auto;
	float: left;
	clear: left;
	margin-left: 260px;
}
form#contactForm legend {
	margin-left: 260px;
	float: left;
	margin-bottom: 15px;
	font-style: italic;
	font-weight: bold;
}
form#contactForm label.button {
	text-align: left;
}

