/* COLOR */

body {
    background: #ffffff;
}

/* BACKGROUND */

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

/* POSITION */

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

.content .box {
    margin: -193px 0 0 259px;
    width: 33%;
}

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

.content .box-form {
    left: 255px;
    top: 490px;
}

#blocRadio {
    position: absolute;
    top: 157px;
    left: -3px;
}

.content #componentSimpleSurvey{
    margin: -201.5px 0 205px -60px;
    padding-left: 22px;
}

.content #componentSimpleSurvey_vote_li label {
    font-size: 19px;
    font-weight: bold;
    width: 400px;
    display: none;
    margin-right: 10px;
}
.content #componentSimpleSurvey_vote {
    width: 471px;
}
.content #componentSimpleSurvey_vote li {
    display: inline-block;
    width: 223px;
    height: 73px;
    margin-right: 10px;
    position: relative;
}
.content #componentSimpleSurvey_vote li input {
    position: absolute;
    top: 27px;
    left: 61px;
}
.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 {
    float: left;
}

.content #blockValid {
    width: 520px;
    height: 41px;
    background: url(../images/blockValid.gif) no-repeat;
    margin-top: 4px;
}

.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 #componentRegistration {
    float: left;
    margin-bottom: 20px;
}

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