body {
    color:#A43A48;
    text-align: center;
    font-family: arial,sans-serif;
    font-size: 10pt;
    line-height: 120%;
}

ul.bullets,h1,h4,h5,span.quote {color:#1B5472;}
h1 {padding:.5em;}
h1 {color:white;background:#1B5472;}

.box {
    border:solid #555555 1px;
    margin: 2em 1em;
    padding: 0 .5em .5em .5em;
    text-align: left;
}
.box h4 {
    text-align: center;
}
span.quote {
    display: block;
    margin: 1em;
/*  line-height: 100%;*/
    text-align: center;
    font-style: italic;
}
#page {
    margin: auto;
    padding: 1em;
    width:50em;
}
.fields label, .fields input, .label, .dates {
    display: block;
    width: 300px;
    float: left;
    margin-bottom: 5px;
}

.dates {
    width: 400px;
    text-align: left;
}

.fields label, .label {
    text-align: right;
    position: relative;
    top: 2px;
    width: 150px;
    padding-right: 20px;
}

#submit {
    margin-left: 350px;
    width:66px;
    height:26px;
    color: white;
    background-color:#A43A48;
    border: solid 2px;
    border-color: #BF4C5E #8B2A34 #8B2A34 #BF4C5E ;
    font-size: 11px;
    font-family: verdana;
}

#form br {
    clear: left;
}

#form {
    width: 600px;
    margin: auto;
    border: 1px solid #D4D4D4;
}
#form .head {
    display: block;
    background-color: #1B5472;
    color: #fff;
    padding-left:10px;
    font-size:12px;
    font-weight:bold;
    height:34px;
    line-height:34px;
    text-align:left;
    margin-bottom: 12px;
}
.boldtext {
    color:#555555;
    font-family:Arial,Tahoma,sans-serif;
    font-size:12px;
    font-weight:bold;
    line-height:16px;
}
