.form_section {
	display: block;
	margin-bottom: 5px;
}

.question {
	float: left;
	text-align: right;
	margin-top: 3px;
	width: 200px;
}

.answer {
	margin-left: 210px;
}

input, textarea {
	width: 360px;
	border: 1px inset #333;
}

input.submit {
	width: auto;
}

.small {
	font-size: .75em;
}

.required {
	color: #F00;
}

h4 {
	display: block;
	margin-top: 20px;
}