/* COLOR */

body {
    background: #ffffff;
}

/* BACKGROUND */

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

.content_popup {
    background: #FFF url(../images/header.jpg) no-repeat;
}

.main_popup.tunnel {
    background: transparent url('../images/bg_tunnel.jpg') no-repeat center top;
}
/* POSITION */

.content {
    width: 490px;
    padding-left: 531px;
    padding-top: 116px;
}

.content .box {
}

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

.content .box-form {
    top: 308px;
}

.content .next-page-validation-text {
    color: #ffffff;
    font-size: 13px;
}

.content #componentSimpleSurvey_vote_li label {
    text-align: center;
    display: block;
    color: #fff;
    padding-bottom: 6px;
}
.content #componentSimpleSurvey_vote {
    width: 519px;
}
.content #componentSimpleSurvey_vote li {
    display: inline-block;
    width: 257px;
    height: 48px;
    position: relative;
}
.content #componentSimpleSurvey_vote li input {
    position: absolute;
    top: 17px;
    left: 40px;
}
.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;
    cursor: pointer;
}

.content #componentRegistration {
    margin: 55px 0 10px;
}

.content #optinDiv {
    width: 296px;
}

.content #optinDiv {
    width: 296px;
    top: 37px;
    left: -84px;
}

.content #blockValid {
    width: 490px;
    height: 41px;
    background: url(../images/blokValid.gif) no-repeat;
    top: 179px;
}

.content .macaron {
    position: relative;
    top: 254px;
    left: 315px;
    z-index: 8;
}

.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: 16px;
    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: 31px;
}

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

.question {
    color: #ffffff;
    text-align: center;
    margin-bottom: 9px;
}