/* COLOR */

body {
    background: #ffffff;
}

/* BACKGROUND */

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

/* POSITION */

.content {
    width: 867px;
    padding-left: 0;
    padding-top: 208px;
}

.content .box {
    width: 490px;
}

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

.content .box-form {
    width: 465px;
    top: 470px;
}

.content #componentSimpleSurvey{
    margin: 0 0 58px 0;
}

.content #componentSimpleSurvey_vote_li label {
    font-size: 19px;
    font-weight: bold;
    width: 400px;
    display: none;
    margin-right: 10px;
}
.content #componentSimpleSurvey_vote {
    width: 590px;
}
.content #componentSimpleSurvey_vote li {
    display: inline-block;
    width: 223px;
    height: 73px;
    margin-right: 14px;
    position: relative;
}
.content #componentSimpleSurvey_vote li input {
    position: absolute;
    top: 32px;
    left: 50px;
}
.content #componentSimpleSurvey_vote li + li input {
    left: 34px;
}
.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 #componentSimpleSurvey_vote li div {
    height: 17px;
    width: 17px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 47px;
    box-shadow: inset 0 0 0 10px #ffffff;
    transition: all .1s linear;
}
.content #componentSimpleSurvey_vote li +li div {
    left: 32px
}
.content #componentSimpleSurvey_vote li input:checked + div {
    background: #B50303;
    box-shadow: inset 0 0 0 4px #ffffff;
}

.content #componentRegistration {
    margin: 0 0 14px;
}

.content #optinDiv {
    width: 464px;
}

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

.landing #optinDiv .optinCampaignDecline, .landing .optinSponsors {
    margin-top: -15px;
}

#blocRadio {
    position: absolute;
    top: 116px;
    left: -13px;
}