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

.formRow {
padding-bottom: 10px;
}

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

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

.required {
/* color for a required field */
color: #ED1D23;
font-weight: bold;
}

select {
width: 180px;
}

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

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