.formBlock {
border: 1px solid #CCCCCC;
padding: 10px;
margin-top: 10px;
background-color: #CFD7E3;
}

.formRow {
padding-left: 5px;
padding-bottom: 10px;
}

label, .field {
color: #2A3547;
}

.field {
/* creates field names that display over fields */
display: block;
width: 100%;
}

.required {
font-weight: bold;
color: #CC0000;
}

select {
width: 215px;
}

div.submitBlock {
clear: both;
text-align: center;
}