#form-wrapper {
    padding: 40px 80px 60px;
    width: 475px;
    background: #000 url('CR3bg.jpg') no-repeat center top;
}

#form-header {
    background: url('BRlogo.png') no-repeat;
    width: 262px;
    height: 96px;
}

#SubformContainer FORM {
    background: #fff;
    color: #333;
    margin-top: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#SubformContainer FIELDSET {
    padding: 20px;
    border: none;
    margin: 0px;
}

#SubformContainer LEGEND {
    font: normal bold 13px / 150% "Century Gothic", Arial, sans-serif;
    text-transform: uppercase;
    background: #e5e5e5;
    color: #555;
    padding: 10px;
    margin-top: 20px;
    width: 415px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#contact-info LABEL {
    font: normal 500 14px / 150% "Century Gothic", Arial, sans-serif;
    display: block;
}

#SubformContainer LABEL {
    font: normal 500 12px / 150% "Century Gothic", Arial, sans-serif;
    margin-top: 0px;
    padding-top: -10px;
}

#SubformContainer #contact-info INPUT, #SubformContainer SELECT {
    margin-bottom: 20px;
    width: 400px;
    height: 20px;
}

#SubformContainer H4 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

#SubformContainer LABEL SPAN, #SubformContainer H4 SPAN {
    font-size: 10px;
    color: #990000;
}

#SubformContainer LABEL STRONG {
    font-size: 14px;
}

#yes-no {
    margin-top: 20px;
}

.section {
    margin-bottom: 20px;
}

.section INPUT {
    display: inline;
    width: auto;
    margin: 10px 0 0;
}

#SubformContainer FIELDSET DIV LABEL {
    margin: 10px 0 0 5px;
}

BLOCKQUOTE {
    font: normal normal 12px Century Gothic, Helvetica, Arial, sans-serif;
    display: block;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    width: 390px;
    background: #f5f5f5;
    padding: 20px;
    margin: 20px 0 0 0;
    -moz-border-radius-bottom-left: 5px;
    -moz-border-radius-bottom-right: 5px;
    -webkit-border-radius-bottom-left: 5px;
    -webkit-border-radius-bottom-right: 5px;
}

#submit-box {
    background: #e5e5e5;
    padding: 20px;
    margin-top: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#submit-box BUTTON {
    float: right;
    font-weight: bold;
    color: #333;
}

.clearer {
    clear: both;
}

