.formDirection {
margin: 10px;
color: #666666;
font-size: .9em;
font-weight:bold;
line-height: 1.6em;
}

.formBlock {
float: left;
width: 250px;
}

.formRow {
/*margin-left: 20px;*/
padding-bottom: 10px;
}

label, .field {
color: #333333;
font-size: .9em;
}

.field {
/* creates field names that display over fields */
display: block;
width: 100%;
}

.required {
color: #009900;
font-weight: bold;
}

select {
width: 150px;
}

.sectionTitle {
font-weight: bold;
padding-bottom: 10px;
}

div.submitBlock {
	clear: both;
	text-align: center;
}