/* 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-right: 500px;
    padding-top: 227px;
}

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

.content .custom {
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    color: black;
}

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

.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: 65px;
    position: relative;
}
.content #componentSimpleSurvey_vote li+li {
    width: 235px;
}
.content #componentSimpleSurvey_vote li input {
    position: absolute;
    top: 26px;
    left: 30px;
}
.content #componentSimpleSurvey_vote li div {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    position: absolute;
    top: 22px;
    left: 27px;
    background-color: #ffffff;
    transition: all .1s linear;
}
.content #componentSimpleSurvey_vote li input:checked + div {
    background: #dc4f00;
    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: 90px 0 10px;
}

.content #optinDiv {
    width: 466px;
}

.content #optinDiv .optinCampaignDecline {
    margin-top: -10px;
}
.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;
}

.landing .footer {
    padding-right: 80px;
}

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