.sectionTitle {
	color: #006633;
	font-weight: bold;
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 8px;
}

/* Form Specific Elements */
label {
	float: left;
	padding-right: 10px;
	padding-top: 2px;
	display: block;
}

label.required
{
	background-image:url(img/required.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

div.formElement {
	padding-bottom: 15px;
}

#validation-errors {
	color: #F00;
	font-size: 12px;
	padding-bottom: 4px;
}

input {
	font-size: 10px;
	height: 15px;
}

.submit input
{
	margin-left: 4.5em;
}