body {
    font-family: Verdana, Arial;
    font-size: 1.0em;
}

.required {
    color: red;
}

.mainWrap {
    width: 635px;
    margin: auto;
    border: #000 solid 1px;
    padding-bottom: 5px;
}

.header {
    background-color: #80B5D7;
    border-bottom: 1px #000 solid;
    margin-bottom: 5px;
}

.header img {
    width: 635px;
}

.header h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.0em;
    text-align: center;
}

.header h2 {
    color: red;
    font-weight: bold;
    font-size: .9em;
    text-align: center;
}

.error {
    color: red;
    font-size: .8em;
}

.fields {
    font-size: .8em;
    display: block;
    width: 45%;
    text-align: right;
    line-height: 150%;
    margin: 5px auto 5px auto;
}

.fields input {
    width: 150px;
}

.fields select {
    width: 150px;
}

.fields li {
    list-style: none;
}


