/* COLOR */

body {
    background: #ffffff;
}

/* BACKGROUND */

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

/* POSITION */

.content {
    width: 968px;
    padding-left: 0;
    padding-top: 382px;
}

.content .box {
    width: 490px;
    top: 387px;
    left: -34px;
}

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

.content .box-form {
    top: 584px;
    left: -30px;
}

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

.content #componentSimpleSurvey_vote_li label {
    font-size: 19px;
    font-weight: bold;
    width: 400px;
    display: none;
    margin-right: 10px;
}

.content #componentSimpleSurvey_vote {
    width: 571px;
}

.content #componentSimpleSurvey_vote li {
    display: inline-block;
    width: 277px;
    height: 70px;
    margin-right: 11px;
    position: relative;
}

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

.content #componentSimpleSurvey_vote li input {
    position: absolute;
    top: 31px;
    left: 42px;
}

.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: 29px;
    left: 39px;
    box-shadow: inset 0 0 0 10px #ffffff;
    transition: all .1s linear;
}

.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 #optinDiv {
    width: 463px;
    top: -99px;
    left: 525px;
}

.content .optinCampaignButtonImg {
    width: 315px;
    margin-right: 11px;
}