.emailContainer {
    padding-left: 8px;
}
p.required {
    margin: 0 0 20px 0;
}
p.required span {
    font-weight: bold;
}
.emailContainer label {
    display: block;
    padding-bottom: 7px;
}
.fieldRow .orange {
    font-size: 18px;
}
input.standard {
    width: 216px;
    margin-bottom: 10px;
}
textarea.standard {
    width: 431px;
    height: 163px;
    margin-bottom: 10px;
}
.required input, .required textarea, #newsletterBox .required {
    background: #fff8da;
}

#submitButton {
    width: 108px;
    margin: 19px 0 20px 0;
}
.emailContainer .disclaimer {
    margin-bottom: 28px;
}
#errorSection {
    margin: 10px 0 10px 0;
    color:#FF0000;
    font-weight:bold;
}
.formBox h3 {
    padding-bottom: 15px;
    padding-top: 15px;
    margin: 0 0 15px 0;
    border-bottom: 2px solid #ccc;
    text-transform: uppercase;
    clear: both;
}   
#sweepContainer .fieldRow, #extraBox .radioRow, #newsletterBox .radioRow {
    clear: both;
    height: 40px;
}
#sweepContainer .fieldRow label {
    float: left;
    width: 139px;
}
#sweepContainer .fieldRow input.regType {
    width: 342px;
}
#sweepContainer .fieldRow input.regType2 {
    width: 124px;
}
#extraBox, #newsletterBox {
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
}
#extraBox label, #newsletterBox label{
    width: 394px;
    float: left;
}
#extraBox .options, #newsletterBox .options {
    width: 92px;
    height: 22px;
    float: left;
}
#newsletterBox .radioRow {
    margin-bottom: 18px;
}


