

/* 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: -196px 0 0 26px;
}

.content .custom {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    top: 265px;
    left: 28px;
}

.box .text{
    top: 328px;
    width: 338px;
    position: absolute;
    left: 32px;
    color: #ffffff;
    font-size: 17px;
}

.content .box-form {
    top: 361px;
    left: 452px;
}

.content #optinDiv {
    width: 466px;
    top: 100px;
    left: -6px;
}

#componentRegistration label {
    width: 79px;
}

.landing .optinCampaignDecline,
.landing .optinSponsors
{
    position: absolute;
    top: 104px;
    left: 0;
    line-height: 11px;
    width: 451px;
}

.content #componentRegistration {
    width: 437px;
}

#componentRegistration_firstname_div {
    width: 231px;
    margin-right: 10px;
}

#componentRegistration_firstname_div input {
    width: 140px;
    margin-right: 0;
}

#componentRegistration_lastname_div {
    width: 192px;
}

#componentRegistration_lastname_div label {
    width: 50px;
}

#componentRegistration_email_div input {
    width: 343px;
    margin-right: 0;
}

.content .optinCampaignButtonImg {
    position: absolute;
    left: 0;
}

#componentRegistration_address_div input,
#componentRegistration_phone_div input
{
    width: 343px;
}

#componentRegistration_city_div {
    width: 265px;
}

#componentRegistration #componentRegistration_city_div label {
    width: 40px;
}

#componentRegistration_city_div input{
    width: 211px;
}

.landing #componentRegistration #componentRegistration_birthday_div {
    position: absolute;
    top: 217px;
    width: 433px;
    left: 0;
    margin: 10px 0;
    border: 3px solid #20cc20;
}

.landing #componentRegistration_birthday_div label {
    display: inline-block;
    position: static;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    font-size: 12px;
    background-color: #e9e9e9;
    border: 1px solid #cccccc;
    width: 120px;
    line-height: 26px;
    vertical-align: top;
    text-align: center;
}

.landing #componentRegistration_birthday_day,
.landing #componentRegistration_birthday_month,
.landing #componentRegistration_birthday_year
{
    width: 100px;
    border-left: none;
    text-align: center;
    text-align-last: center;
    border-right: none;
    -webkit-appearance: none;
    height: 28px;
}

.price-choice {
    position: absolute;
    top: 63px;
    left: 420px;
    color: #000000;
    line-height: 16px;
    font-size: 14px;
    width: 420px;
}

.price-choice label {
    position: relative;
}

.price-choice input + div {
    height: 15px;
    width: 15px;
    border-radius: 10px;
    position: absolute;
    top: 2px;
    left: 6px;
    background-color: #ffffff;
    transition: all .1s linear;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
}

.price-choice input:checked + div {
    background: #113268;
    box-shadow: inset 0 0 0 4px #ffffff;
}

.price-choice p {
    margin: 8px 0 15px 8px;
    font-weight: bold;
}

.price-choice input {
    margin: 2px 8px 11px 8px;
    visibility: hidden;
}

.text_rule {
    position: absolute;
    top: 349px;
    left: 426px;
    width: 439px;
    font-size: 11px;
    color: #111111;
}

.text_rule a {
    color: #111111;
}