/* COLOR */

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

/* BACKGROUND */

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

/* POSITION */

.content {
    width: 480px;
    padding-right: 483px;
    padding-top: 220px;
}

.content .text {
    width: 437px;
}

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

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

.content #componentSimpleSurvey_vote_li label {
    text-align: center;
    display: none;
    color: #fff;
    padding-bottom: 6px;
}
.content #componentSimpleSurvey_vote {
    width: 480px;
}
.content #componentSimpleSurvey_vote li {
    display: inline-block;
    width: 230px;
    height: 65px;
    position: relative;
    margin-right: 5px;
}
.content #componentSimpleSurvey_vote li input {
    position: absolute;
    top: 25px;
    left: 54px;
}
.content #componentSimpleSurvey_vote li div {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    position: absolute;
    top: 23px;
    left: 51px;
    background-color: #ffffff;
    transition: all .1s linear;
}
.content #componentSimpleSurvey_vote li + li input {
    left: 37px;
}
.content #componentSimpleSurvey_vote li + li div {
    left: 31px;
}
.content #componentSimpleSurvey_vote li input:checked + div {
    background: #18416D;
    box-shadow: inset 0 0 0 4px #ffffff;
}
.content #componentSimpleSurvey_vote li label {
    height: 47px;
    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;
    text-indent: -999999px;
    cursor: pointer;
}

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

.content #optinDiv {
    width: 460px;
    margin-bottom: 15px;
}

.content #optinDiv .optinCampaignDecline {
    margin-top: -10px;
}
.content #optinDiv .optinCampaignButtonImg{
    margin: 0 0 0 -7px;
    width: 305px;
    text-align: left;
}

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

