/* COLOR */

body {
    background: #ffffff;
}

/* BACKGROUND */

.main {
    background: url(../images/background.jpg) no-repeat top center;
    height: 820px;
}
.main_popup.tunnel {
    background: #ffffff url('../images/background_tunnel.jpg') no-repeat center top;
}

body.tunnel{
    background: #ffffff;
}

/* POSITION */

.content {
    width: 974px;
    padding-left: 0;
    padding-top: 391px;
}

.content .box {
    width: 470px;
}

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

.landing #registration {
    width: 100%;
}

.content .box-form {
    width: 1020px;
    top: 548px;
    left: -37px;
}

.content #componentSimpleSurvey{
    margin: -201px 0 205px -38px;
}

.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: 280px;
    height: 73px;
    margin-right: 10px;
    position: relative;
}
.content #componentSimpleSurvey_vote li input {
    position: absolute;
    top: 33px;
    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 #componentRegistration {
    margin: 17px 72px 41px 0;
    float: left;
    width: 465px;
}

.content #blockValid {
    width: 520px;
    height: 41px;
    background: url(../images/blockValid.gif) no-repeat;
    position: absolute;
    top: 17px;
    left: 537px
}

#optinDiv {
    top: 56px;
    width: 986px;
}

.content .optinCampaignButtonImg {
    margin-right: 10px;
}

.next-page-validation-text {
    color: #ffffff;
    display: block;
    text-align: center;
}

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

.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: #313745;
}

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

#blocRadio {
    position: absolute;
    top: -110px;
    left: -39px;
    width: 568px;
}