/* COLOR */

body {
    background: #FFFFFF;
}

/* BACKGROUND */

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

/* POSITION */

.content {
    top: 590px;
    margin: 0 auto;
    width: 1000px;
    height: 280px;
}

.content .box {
    width: 340px;
    height: 180px;
    padding: 30px;
    left: 54px;
}

.content .box-form {
    left: 463px;
    width: 440px;
    height: 220px;
    padding: 45px 10px 10px;
}

.content #optinDiv {
    text-align: center;
    position: absolute;
    left: 5px;
    width: 426px;
    top: 238px;
}

.content .custom
{
    color: #000000;
    padding: 0;
}

.custom .civility,
.custom .lastname,
.custom .no-value
{
    color :#8719c6;
    margin-top: 5px;
}

#blockValid
{
    display: none;
}

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

#componentRegistration_phone_div {
    width: 421px;
}

#componentRegistration_phone_div label {
    width: 85px;
}

/* SMALL BUTTON */

.content .optinCampaignButtonImg {
    width: 302px;
    float: left;
    margin-top: 10px;
}

.content .optinCampaignDecline, .content .optinSponsors {
    display: block;
    margin-top: 10px;
    text-align: justify;
}

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