/* COLOR */

body.landing {
    background: #ffffff repeat-x;
}

/* BACKGROUND */

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

/* POSITION */

.content {
    width: 480px;
    padding-left: 15px;
    padding-top: 211px;
}

.content .box {
    color: #000000;
    width: 340px;
    font-size: 14px;
    line-height: 16px;
}

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

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

.content #componentSimpleSurvey_vote_li label {
    text-align: center;
    display: none;
    color: #fff;
    padding-bottom: 6px;
}
.content #componentSimpleSurvey_vote {
    width: 480px;
}
.content #componentSimpleSurvey_vote li {
    display: inline-block;
    width: 230px;
    height: 67px;
    position: relative;
}
.content #componentSimpleSurvey_vote li+li {
    width: 235px;
}
.content #componentSimpleSurvey_vote li input {
    position: absolute;
    top: 27px;
    left: 50px;
}
.content #componentSimpleSurvey_vote li+li input {
    left: 40px;
}
.content #componentSimpleSurvey_vote li div {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    position: absolute;
    top: 24px;
    left: 47px;
    background-color: #ffffff;
    transition: all .1s linear;
}
.content #componentSimpleSurvey_vote li+li div {
    left: 36px;
}
.content #componentSimpleSurvey_vote li input:checked + div {
    background: #E10000;
    box-shadow: inset 0 0 0 4px #ffffff;
}
.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: 69px 0 15px;
}

.content #optinDiv {
    width: 466px;
}

.content #optinDiv .optinCampaignButtonImg{
    width: 267px;
    text-align: left;
    margin: 4px 0 5px 0;
}

.content .optinSponsors, .content .optinSponsors a, .content .optinCampaignDecline, .content .optinCampaignDecline a {
    color: #888888;
}

#blocRadio {
    position: absolute;
    top: 142px;
}