.title {
	font-size: 20px;
	display: block;
	clear: both;
	margin-bottom: 10px;
	color: #7a7974;
}

.formLabel {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-bottom: 3px;
	clear: both;
}

.errorStyle {
	font-weight: bold;
	color: red;
}