



































HTML, BODY {
    padding: 0;
    margin: 0;
}
HTML {
background: #000000 url('https://d2aao99y1mip6n.cloudfront.net/_themes/global/register/bg01.jpg') center 0 no-repeat;
}
BODY {
    font-family: 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #CCC;
    width: 960px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background-color: transparent;
}

A {
    color: #7E78AF;
}
A:hover {
    color: #B9B5DF;
}

h1 {
    margin: 20px 0;
}

@-moz-document url-prefix() {
    #onePageRegistrationForm input[type="text"], #onePageRegistrationForm input[type="password"] {
        font-size: 12px;
    }
}

#onePageRegistrationForm {
    position: absolute;
    top: 230px;
    left: 475px;
    width: 450px;
    height: 525px;
}
#onePageRegistrationForm h3 {
    padding-bottom: 20px;
}

#onePageRegistrationForm label {
    font-size: 16px;
    width: 165px;
}

#onePageRegistrationForm .checkbox {
    margin-left: 169px;
}

.movie {
    position: absolute;
    left: 55px;
    top: 375px;
    width: 344px;
    height: 195px;
}

#main-footer {
}
#main-footer p {
    margin: 25px 0;
}
#main-footer p a {
    margin: 0 15px;
}
#main-footer p .sep {
    color: #24232F;
}
#main-footer p a img {
    vertical-align: middle;
}

#reg-content {
    width: 960px;
    height: 840px;
}

div.errorMessage {
    position: absolute;
    top: 30px;
    left: 250px;
    z-index: 9999;
    background-color: rgba(150, 0, 0, 0.9);
    color: #ffffff;
    border: 1px solid #ff0000;
}

.checkbox input[type="checkbox"], .checkbox input[type="radiobutton"] {
    margin-top: 2px;
}
