form {
    width: 650px;
    margin: 0 auto;
}

.logo {
    float: left;
    margin-right: 5px;
    margin-bottom: 20px;
}

h1 {
    color: #003399;
    text-align: center;
}

h2 {
    color: #003399;
    font-size: 125%;
    margin: 40px 0 20px 0;
}

div.control {
    clear: both;
}

div.sub {
    margin-left: 20px;
}

.smallText input {
    width: 8ex;
}

.largeText input {
    width: 40ex;
}

label {
    font-family: sans-serif;
    font-size: small;
    display: block;
    width: 200px;
    height: 35px;
    float: left;
}

.sub label {
    width: 180px;
}

label.inline {
    display: inline;
    width: auto;
    float: none;
}

fieldset {
    margin: 20px 0;
    padding: 10px 10px 0 10px;
}

legend {
    font-family: sans-serif;
    font-weight: bold;
}

table {
    margin: 0 auto;
}

p, td, th {
    font-family: sans-serif;
    font-size: small;
}

p.footnote {
    font-size: x-small;
}

p.note {
    font-size: x-small;
    font-weight: bold;
    color: #151570;
}

span.note {
    font-size: x-small;
}

label span.note {
    font-size: x-small;
    display: block;
}

p.note img {
    display: block;
}

p.thanks {
    font-family: serif;
    font-size: 100%;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    color: #003399;
}

.buttons {
    text-align: center;
}

.buttons input {
    font-size: x-small;
    padding: 5px 2px;
}
