/* COLOR */

body {
}

/* BACKGROUND */

.main {
    background: url(../images/background.jpg) no-repeat top center;
    height: 820px;
}

/* POSITION */

.content {
    width: 974px;
    padding-left: 0;
    padding-top: 391px;
}

.content .box {
    width: 425px;
    margin: -79px 0 0 31px;
}

.text {
    font-size: 14px;
}

.content .custom {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 14px;
}

.content .custom span {
    color: black;
}

.content .box-form {
    margin: 150px 0 0 73px;
    width: 500px;
}

.content #componentRegistration {
    margin: -32px 28px 53px -28px;
    float: left;
    width: 90%;
}

.content #optinDiv {
    margin-top: 44px;
    margin-left: -124px;
    height: 0;
    width: 466px;
}

.landing .optinCampaignDecline,
.landing .optinSponsors
{
    margin-top: -104px;
    margin-left: 381px;
    display: block;
    width: 26%;
    text-align: left;
    font-size: 10px;
    height: 181px;
}

.content #componentRegistration {
    float: left;
}

#componentRegistration label {
    width: 80px;
}

.landing div#componentRegistration_email_div input {
    width: 70%;
}

.landing div#componentRegistration_firstname_div {
    width: 50%;
}

.landing div#componentRegistration_firstname_div input {
    width: 50%;
}

.landing div#componentRegistration_lastname_div {
    width: 42%;
}

.landing div#componentRegistration_lastname_div label {
    width: 30%;
}

.landing  div#componentRegistration_lastname_div input {
    width: 63%;
}

.landing div#componentRegistration_zipcode_div,
div#componentRegistration_birthday_div,
div#componentRegistration_email_div {
    width: 100%;
}

.landing div#componentRegistration_zipcode_div {
    width: 38%;
}

.landing div#componentRegistration_zipcode_div input {
    width: 35%;
}

.landing div#componentRegistration_birthday_div {
    width: 61%;
}

.landing div#componentRegistration_birthday_div label {
    width: 24%;
}

.landing #componentRegistration div#componentRegistration_birthday {
    text-align: left;
}

.content .optinCampaignButtonImg {
    margin-top: 6px;
    margin-left: 88px;
}

.landing .optinCampaignDecline {
    line-height: 11px;
    height: 0;
}

