/* COLOR */

body {
    background: #ffffff;
}

/* BACKGROUND */

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

/* POSITION */

.content {
    width: 480px;
    padding-right: 418px;
    padding-top: 249px;
}

.text {
    display: inline-block;
    width: 435px;
}

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

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

.content #componentSimpleSurvey_vote_li label {
    text-align: center;
    display: none;
    color: #fff;
    padding-bottom: 6px;
}
.content #componentSimpleSurvey_vote {
    width: 460px;
}
.content #componentSimpleSurvey_vote li {
    display: inline-block;
    width: 217px;
    height: 65px;
    position: relative;
}
.content #componentSimpleSurvey_vote li input {
    position: absolute;
    top: 27px;
    left: 30px;
}
.content #componentSimpleSurvey_vote li label {
    height: 47px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    padding-top: 12px;
    text-indent: -999999px;
    cursor: pointer;
}

.content #componentRegistration {
    margin: 66px 0 52px;
}

.content #optinDiv {
    width: 464px;
}

.content #optinDiv .optinCampaignDecline {
    margin-top: -10px;
}
.content #optinDiv .optinCampaignButtonImg{
    margin: 0 0 0 -7px;
    width: 300px;
    text-align: left;
}

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

.content #componentSimpleSurvey_vote li div {
    height: 17px;
    width: 17px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 26px;
    left: 27px;
    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: 20px;
}

#blocRadio {
    position: absolute;
    top: 134px;
    left: 0;
}
