/* COLOR */

body {
    background: #ffffff;
}

/* 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: 470px;
    margin: -82px 0 0 125px;
}

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

.content .box-form {
    top: 556px;
}

.content #componentSimpleSurvey {
    margin: 107px 0 0 42px;
}

.content #componentSimpleSurvey_vote_li label {
    font-size: 19px;
    font-weight: bold;
    width: 400px;
    display: none;
    margin-right: 10px;
}

.content #componentSimpleSurvey_vote li {
    display: inline-block;
    width: 140px;
    height: 41px;
    margin-right: 10px;
    position: relative;
}

.content #componentSimpleSurvey_vote li input {
    position: absolute;
    top: 14px;
    left: 15px;
}

.content #componentSimpleSurvey_vote li label {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 11px;
    font-weight: bold;
    cursor: pointer
}

.content #componentRegistration {
    margin: -5px 28px 25px 0;
    float: left;
}

.content #optinDiv {
    width: 466px;
    top: -111px;
    left: 476px;
}

.content #blockValid {
    width: 468px;
    height: 41px;
    background: url(../images/blockValid.gif) no-repeat;
    top: -2px;
    left: 484px;
}

.landing .optinCampaignDecline, .landing .optinSponsors {
    margin-top: 0;
}

#componentSimpleSurvey_vote li:nth-child(2) label {
    padding-left: 10px;
}

.landing .content #registration {
    width: 491px;
}

#blocRadio {
    position: absolute;
    top: 192px;
    left: -85px;
}