/* COLOR */

body {
    background: #ffffff url(../images/bg_repeat.gif) repeat-x;
}

/* BACKGROUND */

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

/* POSITION */

.content {
    width: 911px;
    padding-left: 0;
    padding-top: 382px;
}

.content .box {
    width: 470px;
}

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

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

.content #componentSimpleSurvey_vote li {
    display: inline-block;
    width: 158px;
    height: 73px;
    position: relative;
    margin-right: 10px;
}
.content #componentSimpleSurvey_vote li input {
    position: absolute;
    top: 29px;
    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;
    font-weight: bold;
    text-indent: -99999px;
    cursor: pointer
}

.content #optinDiv {
    left: 470px;
    top: -97px;
}

.content #blockValid {
    width: 520px;
    height: 41px;
    background: url(../images/blokValid.png) no-repeat;
    background-position: -12px 0;
    top: -12px;
    left: 481px;
}

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

.box-form {
    top: 561px;
}

.content #componentSimpleSurvey_vote li input:checked + div {
    background: #FF1E1F;
    box-shadow: inset 0 0 0 4px #ffffff;
}

.content #componentSimpleSurvey_vote li+li input:checked + div {
    background: #FF1E1F;
}

.content #componentSimpleSurvey_vote li div {
    height: 17px;
    width: 17px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 28px;
    left: 13px;
    box-shadow: inset 0 0 0 10px #ffffff;
    transition: all .1s linear;
}

#componentSimpleSurvey_vote li:nth-child(2) div, #componentSimpleSurvey_vote li:nth-child(2) input {
    left: 8px;
}

#blocRadio {
    position: absolute;
    top: -104px;
    left: 225px;
    width: 346px;
}

#componentSimpleSurvey_vote li:nth-child(2) {
    width: 173px;
    margin: 0;
}