/* COLOR */

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

/* BACKGROUND */

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

/* POSITION */

.content {
    width: 1050px;
    padding-left: 0;
    padding-top: 216px;
}

.content .box {
    width: 350px;
}

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

.content .box-form {
    top: 620px;
    left: 515px;
}

.content #componentSimpleSurvey{
    width: 500px;
    float: left;
    margin-bottom: 130px;
}
.content #componentSimpleSurvey_vote_li label {
    text-align: center;
    color: #fff;
    padding-bottom: 6px;
    display: none;
}

.content #componentSimpleSurvey_vote li {
    display: inline-block;
    width: 130px;
    height: 35px;
    position: relative;
    margin-right: 52px;
}
.content #componentSimpleSurvey_vote li input {
    position: absolute;
    top: 10px;
    left: 22px;
}
.content #componentSimpleSurvey_vote li label {
    height: 36px;
    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;
    opacity: 0;
    cursor: pointer;
}

.content #optinDiv {
    width: 458px;
}

.content #blockValid {
    display: none;
}

.content #optinDiv .optinCampaignButtonImg {
    float: left;
    margin: 0 10px 0 0;
}

.content #componentSimpleSurvey_vote li input:checked + div {
    background: #313745;
    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: 9px;
    left: 21px;
    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: 16px;
}

#blocRadio {
    position: absolute;
    top: 482px;
    left: 0;
}

#componentSimpleSurvey_vote li:nth-child(2) {
    margin-right: 0;
}