/* COLOR */

body {
    background: #ffffff;
}

/* BACKGROUND */

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

/* POSITION */

.content {
    top: 326px;
    margin: 0 auto;
    width: 1040px;
    height: 500px;
}

.content .box {
    width: 370px;
    height: 160px;
    padding: 63px 10px 10px;
    top: 7px;
    left: 47px;
}

.content .box-form {
    top: 176px;
    left: 76px;
    width: 890px;
    height: 120px;
    padding: 45px 10px 10px;
}

.content #optinDiv {
    text-align: center;
    position: absolute;
    top: 72px;
    left: 480px;
}

.content .box .select {
    width: 250px;
    position: absolute;
    top: 310px;
    left: 289px;
    z-index: 5;
}

.content .box .select label {
    line-height: 24px;
    font-size: 13px;
}

.content .box .select select {
    border: 1px solid #CACACA;
    background-color: white;
    padding: 1px;
    height: 22px;
    width: 160px;
}

.content .custom {
    font-size: 24px;
    color: #000000;
    padding: 5px 0;
}

.warning-text {
    display: none;
}

input#componentRegistration_phone,
input#componentRegistration_email {
    width: 323px;
    margin-right: 0;
}

#componentRegistration_phone_div label {
    width: 85px;
}

#blockValid
{
    display: none;
 }

/* SMALL BUTTON */

.content #optinDiv {
    width: 298px;
}

.content .optinCampaignDecline, .content .optinSponsors {
    display: block;
    text-align: justify;
}

.content .optinSponsors {
    margin-top: -15px;
}