*:focus {
    outline: none;
}
html, body {
    height: 100%;
}
body {
    background-color: #040f28;
    padding: 0px;
    margin: 0px;
    font-size: 11px;
}
#container {
    width: 615px;
    height: 410px;
    margin: 0 auto;
    padding: 100px 0 0;
}
#container .contents {
    position: relative;
    height: 410px;
    background: url(/frontend/img/bgd_planet.jpg) center no-repeat;
}
#container .contents .btn_play {
    position: absolute;
    left: -5px;
    top: 221px;
}
#container .contents .btn_contact {
    position: absolute;
    right: -9px;
    top: 221px;
}
#container .video_container {
    position: absolute;
    left: 50%;
    top: 70px;
    margin-left: -360px;
    padding: 12px 0 0 12px;
    z-index: 100;
    width: 750px;
    height: 419px;
    background: url(/frontend/img/bgd_video_container.png) center no-repeat;
}
#container .video_container div {
    width: 720px;
    height: 388px;
}
#container .video_container p {
    margin-top: 180px;
    text-align: center;
    color: #6d7588;
}
.video_container a:hover, .video_container a:visited, .video_container a {
    color: #6d7588;
}
#container .btn_close {
    position: absolute;
    z-index: 1000;
    right: -44px;
    top: 50px;
    cursor: pointer;
}
#container .footer {
    list-style: none;
    width: 615px;
    height: 50px;
    margin: 85px auto 0;
    padding: 0px;
}
#container .footer li {
    float: left;
    margin-right: 37px;
}
#container .footer li.last {
    margin: 0;
}
p, img {
    margin: 0px;
    padding: 0px;
    border: none;
}
* {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
a, a:visited {
    color: #c90;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}

h2 {
    margin: 0 0 15px;
    font-weight: normal;
    font-size: 18px;
}

#buttons {
    background-image: url(/frontend/img/bgd_buttons.gif);
    background-position: top;
    background-repeat: no-repeat;
    width: 456px;
    height: 64px;
}

#buttons a {
    float: left;
    border: none;
}

#contact {
    padding-left: 12px;
}

#register {
    padding-left: 18px;
}

/** form **/

/* - form elements definition -*/
input, textarea, button {
    font-size: 11px;
    vertical-align: middle;
}
input:focus, textarea:focus {
    border: 1px solid #666!important;
}

.ip_text, textarea {
    border: 1px solid #ccc;
    padding: 4px 5px 0;
    background: #fff url(/frontend/img/bgd_ip_text.jpg) repeat-x;
}
.ip_text {
    width: 330px;
    height: 19px;
}
.ip_text.year {
    width: 30px;
    height: 16px;
}
.ip_submit {
    height: 25px;
    padding-bottom: 4px;
    border: none;
    border: 2px solid #d9d9d9;
    background: #aaa url(/frontend/img/bgd_ip_submit.jpg) repeat-x;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
}
.ip_submit.disabled {
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
}
img.loading {
    margin-left: 5px;
    vertical-align: middle;
}

.layer {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    background: transparent url(/frontend/img/bgd_layer2.png);
}
.contact_form {
    position: absolute;
    left: 50%;
    z-index: 15;
    width: 417px;
    margin: 90px auto 0;
    margin-left: -208px;
    text-align: center;
}
.contact_form p.success {
    font-weight: bold;
    color: #6b8e23;
}

.contact_form .body {
    height: 290px;
    background: transparent url(/frontend/img/bgd_form_body.png) repeat-y;
}
.contact_form .body .bg {
    height: 280px;
    text-align: left;
    padding: 10px 0 0 25px;
    background: transparent url(/frontend/img/bgd_form.jpg) 6px 0 no-repeat;
}
.contact_form .top {
    height: 10px;
    background: transparent url(/frontend/img/bgd_form_top.png) no-repeat;
}
.contact_form .bottom {
    height: 27px;
    background: transparent url(/frontend/img/bgd_form_bottom.png) no-repeat;
}
.contact_form .formitem {
    margin: 0 0 12px 0;
    text-align: left;
    position: relative;
}
.contact_form .formitem .error.active, .contact_form .formitem .succeed.active {
    display: block!important;
}
.contact_form .formitem .error, .contact_form .formitem .succeed {
    display: none;
    position: absolute;
    top: 0;
    z-index: 999;
}
.contact_form .formitem .error {
    left: 350px;
    height: 35px;
    padding: 0 0 0 21px;
    background: url(/frontend/img/bgd_error_left.png) left no-repeat;
}
.contact_form .formitem .succeed {
    top: -43px;
    left: 110px;
    height: 51px;
    padding: 0 0 0 25px;
    background: url(/frontend/img/bgd_succeed_left.png) left no-repeat;
}
.contact_form .formitem .error span, .contact_form .formitem .succeed span {
    display: block;
    white-space: nowrap;
    min-width: 100px;
    color: #fff;
}
.contact_form .formitem .error span {
    height: 29px;
    padding: 6px 25px 0 0;
    background: url(/frontend/img/bgd_error_right.png) right no-repeat;
}
.contact_form .formitem .succeed span {
    height: 39px;
    padding: 12px 30px 0 0;
    background: url(/frontend/img/bgd_succeed_right.png) right no-repeat;
}

.contact_form label {
    float: left;
    width: 100px;
    text-align: left;
    font-size: 11px;
    color: #e9effc;
}
.contact_form .ip_text {
    width: 240px;
}
.contact_form select {
    width: 251px;
}
.contact_form textarea {
    width: 240px;
}
.contact_form .ip_submit {
    padding-right: 15px;
    padding-left: 15px;
    border: 2px solid #ffb133;
    background: #f90 url(/frontend/img/bgd_ip_submit_orange.jpg) repeat-x;
}
.contact_form .ip_submit:focus {
    border: 2px solid #ff8c00!important;
}
.contact_form h2 {
    margin: 0 0 20px 0;
    color: #e9effc;
}
.formitem:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0%;
    clear: both;
    visibility: hidden;
}

/* ie6 */
* html .box .bottom {
    background-image: none;
    //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/frontend/img/bgd_box_bottom.png', sizingMethod='image');
}
* html .layer {
    background-image: none;
    //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/frontend/img/bgd_layer2.png', sizingMethod='scale');
}
* html .contact_form .formitem .error {
    left: 250px;
}
* html .contact_form .top, * html .contact_form .bottom {
    font-size: 0;
    line-height: 0%;
}
* html .contact_form .top {
    background-image: none;
    //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/frontend/img/bgd_form_top.png', sizingMethod='image');
}
* html .contact_form .bottom {
    background-image: none;
    //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/frontend/img/bgd_form_bottom.png', sizingMethod='image');
}
* html .contact_form .body {
    background-image: none;
    //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/frontend/img/bgd_form_body.png', sizingMethod='scale');
}
* html .contact_form .formitem .error {
    background-image: none;
    //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/frontend/img/bgd_error_left.png', sizingMethod='crop');
}
* html .contact_form .formitem .error span {
    background-image: none;
    //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/frontend/img/bgd_error_right.png', sizingMethod='scale');
}
* html .contact_form .formitem .succeed {
    left: 0;
    background-image: none;
    width: 100px;
    white-space: nowrap;
    //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/frontend/img/bgd_succeed_left.png', sizingMethod='crop');
}
* html .contact_form .formitem .succeed span {
    background-image: none;
    //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/frontend/img/bgd_succeed_right.png', sizingMethod='scale');
}
* html #container .video_container {
    padding: 13px 0 0 14px;
    background-image: url(/frontend/img/bgd_video_container.jpg);
}
*+ html #container .video_container {
    padding-left: 13px;
}
* html .box .body div.img_float {
    height: 95px;
}
* html button.ip_submit { margin-left: 5px; }
* html #container .contents .btn_play {
    left: -4px;
}
* html #container .contents .btn_contact {
    right: -11px;
}
*+ html #container .contents .btn_play {
    left: -4px;
}
*+ html #container .contents .btn_contact {
    right: -10px;
}

