/* COLOR */

body {
    background: #ffffff url(../images/bg_repeat.gif) repeat-x;

}

/* 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 {
    width: 470px;
    margin: -348px 0 0 500px;
}

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

.content .box-form {
    width: 500px;
    left: 536px;
    top: 515px;
}

.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: 445px;
}
.content #componentSimpleSurvey_vote li {
    display: inline-block;
    width: 220px;
    height: 73px;
    position: relative;
}
.content #componentSimpleSurvey_vote li input {
    position: absolute;
    top: 31px;
    left: 40px;
}
.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: -124px 28px 10px -28px;
    float: left;
}

.content #optinDiv {
    width: 483px;
    left: -48px;
    top: 25px;
}

.content #blockValid {
    width: 520px;
    height: 41px;
    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;
}

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

.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: 30px;
    left: 38px;
    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: 26px;
}

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