.FormLine {
	width: 650px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.FormLabel {
	float: left;
	width: 140px;
	padding-right: 20px;
	text-align: right;
}

.FormItem {
	margin-left: 160px;
}

.FormItem textarea {
	width: 400px;
	height: 100px;
}

.FormSection {
	font-weight: bold;
	font-size: 1.7em;
}

.FormSubsection {
	font-weight: bold;
	font-size: 1.5em;
	margin-left: 160px;
}

