/** REGISTER **/
#answer_1,
#answer_2,
#answer_3
{
    background: url(../img/gewinnspiel/questions.jpg) no-repeat;
    width: 285px;
    height: 40px;
    cursor: pointer;
}

#answer_1 {
    background-position: 0px 0px;
}

#answer_2 {
    background-position: 0px -36px;
}

#answer_3 {
    background-position: 0px -75px;
}

#answer_1.checked {
    background-position: -289px 0px;
}

#answer_2.checked {
    background-position: -289px -36px;
}

#answer_3.checked {
    background-position: -289px -75px;
}

#form_wrap {
    background: url(../img/gewinnspiel/form_bg.jpg) no-repeat;
    width: 561px;
    height: 417px;
    padding: 20px;
    position: relative;
    z-index: 999;
}

.input {
    width: 394px;
    height: 24px;
    border: none;
    font-size: 12px;
    margin: 0;
    margin-right: 5px;
}

.field-label {
   clear: both;
   line-height: 25px;
}

#terms_1,
#newsletter_1 {
    background: url(../img/gewinnspiel/register-options.jpg) 0px -3px no-repeat;
    width: 31px;
    height: 26px;
    display: inline-block;
}

#terms_1.checked {
    background-position: -32px -3px;
}

#newsletter_1.checked {
    background-position: -32px -3px;
}

#gender_1 {
    background: url(../img/gewinnspiel/register-options.jpg) 0px -3px no-repeat;
    width: 31px;
    height: 26px;
    display: inline-block;
}

#gender_1.checked {
    background-position: -32px -3px;
}

#gender_2 {
    background: url(../img/gewinnspiel/register-options.jpg) 0px -3px no-repeat;
    width: 31px;
    height: 26px;
    display: inline-block;
}

#gender_2.checked {
    background-position: -32px -3px;
}


#register_btn {
    bottom: 54px;
    position:absolute;
    right: 54px;
}

#dark-bg {
    background: #000000;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    width: 100%;
    height: 100%;
    position: fixed;
    _position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 9999;
}

#terms,
#info {
    width: 525px;
    height: 257px;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    background: #f8f8f8;
    margin: -157px 0px 0px -222px;
    font-size: 12px;
    font-family: Verdana;
    padding: 60px 5px 0px 15px;
    line-height: 22px;
    display: none;
    z-index: 9999999;
}

#terms {
    height: 200px;
}

#terms-close,
#info-close {
    background: url(../img/gewinnspiel/terms-close.jpg) no-repeat;
    width: 54px;
    height: 43px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 9999999;
}

#footer {
    position: absolute;
    top: 1024px;
}
