* {
    font-family: Verdana, sans-serif;
    font-size: 9pt;
}

fieldset, fieldset ol, fieldset ol li {
    padding: 0;
    margin: 0;
    text-align: left;
}

fieldset {
    margin-bottom: 1em;
}

fieldset ol li {
    list-style: none;
    margin: .3em 0;
    padding-left: 1em;
    line-height: 1.5em;
}

legend {
    font-weight: bold;
}

label {
    float: left;
    width: 30%;
}

label.long {
    width: auto;
    padding: 0;
}

input, select {
    width: 50%;
    margin: 0;
    padding: 0;
}

input.button, input.checkbox {
    width: auto;
}

input.checkbox {
    margin-right: .5em;
}

br {
    clear: left;
}

span.date {
    font-family: Verdana, sans-serif;
    color: #ffffff;
    font-weight: bold;
    font-size: 9px;
}

.errors {
    color: red;
}

#email-preview p {
    line-height: 1.5em;
    text-align: justify;
    text-indent: 3em;
}

a {
    color: #000080;
    text-decoration: underline;
}