* {
    margin: 0;
    padding: 0;
}
a img, fieldset {
    border: 0;
}
fieldset {
    display: inline;
}
* > fieldset {
    display: block;
}
.clear {
    clear: both;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clear {
    height: 1%;
}
.clear {
    display: block;
}
/* End hide from IE-mac */
html, body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: #000;
    color: #fff;
}

#content_holder {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 887px;
    min-height: 615px;
}

#content {
    width: 887px;
    height: 615px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -307px;
    margin-left: -444px;
}
#content.main {
        display: none;
}

#border {
    width: auto;
    height: 550px;
    border: 1px solid #4b4b4b;
    position: relative;
    margin-top: 37px;
    background: url("/i/bg-logo.gif") no-repeat left bottom;
}
#float {
    position: absolute;
    width: 341px;
    height: 132px;
    margin-top: -38px;
    margin-left: -1px;
    z-index: 1;
}
#enter {
    width: 124px;
    height: 37px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("/i/enter.gif") no-repeat 0 0;
    float: left;
}
h1#noflash {
    position: absolute;
    width: 153px;
    height: 10px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("/i/noflash.gif") no-repeat 0 0;
    top: 264px;
    left: 366px;
}
h2#full, h2#lite {
    position: absolute;
    width: 186px;
    height: 70px;
    text-indent: -9999px;
    overflow: hidden;
    top: 232px;
}
h2#full {
    background: url("/i/full.gif") no-repeat 0 0;
    left: 223px;
}
h2#lite {
    background: url("/i/lite.gif") no-repeat 0 0;
    left: 472px;
}
h2#full a, h2#lite a {
    display: block;
    width: 186px;
    height: 70px;
}
h1#err404 {
    position: absolute;
    width: 295px;
    height: 251px;
    text-indent: -9999px;
    overflow: hidden;
    top: 133px;
    left: 288px;
    background: url("/i/404.jpg") no-repeat 0 0;
}
h2#full-4, h2#lite-4 {
    position: absolute;
    width: 82px;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
    top: 242px;
}
h2#full-4 {
    background: url("/i/full-4.gif") no-repeat 0 0;
    left: 116px;
}
h2#lite-4 {
    background: url("/i/lite-4.gif") no-repeat 0 0;
    left: 685px;
}
h2#full-4 a, h2#lite-4 a {
    display: block;
    width: 186px;
    height: 70px;
}
a#getflash {
    display: block;
    width: 192px;
    height: 12px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("/i/getflash.gif") no-repeat 0 0;
    position: absolute;
    top: 314px;
    left: 342px;
}
#footer {
    width: 887px;
    height: 26px;
}
#copy {
    position: relative;
    width: 111px;
    height: 10px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("/i/copy.gif") no-repeat 0 0;
    float: left;
    margin-top: 16px;
}
#defa {
    position: relative;
    width: 106px;
    height: 10px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("/i/defa.gif") no-repeat 0 0;
    float: right;
    margin-top: 16px;
}
#defa a {
    display: block;
    width: 28px;
    height: 10px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 38px;
}

form {
    display: block;
    width: 217px;
    float: left;
    background: #000 url("/i/cheker.gif") no-repeat 0 0;
    padding-top: 12px;
}
fieldset {
    display: block;
    height: 118px;
    border: 1px solid #4b4b4b;
    padding-left: 21px;
    background: #000;
}
#textinput {
    width: 80px;
    margin-top: 20px;
    margin-bottom: 3px;
    background-color: #000;
    background-image: url("/i/bg-login.gif");
    background-repeat: no-repeat;
}
#passwordinput {
    width: 96px;
    float: left;
    background-color: #000;
    background-image: url("/i/bg-pass.gif");
    background-repeat: no-repeat;
}
input#butt {
    display: block;
    border: none;
    width: 60px;
    height: 23px;
    background: #000 url("/i/butt-enter.gif") no-repeat 0 0;
    padding-top: 23px;
    overflow: hidden;
    color: #000;
    font-size: 0;
    cursor: pointer;
    float: left;
    margin-left: 12px;
}
label {
    width: 80px;
    height: 11px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("/i/remember.gif") no-repeat 0 0;
    float: left;
    margin-left: 6px;
    cursor: pointer;
}
p.rem {
    margin-top: 16px;
}
.outtaHere {
        position: absolute;
        left: -9999px;
}
.checkboxArea, .checkboxAreaChecked {
        display: block;
        float: left;
        width: 11px;
        height: 11px;
        font-size: 0;
        padding: 0;
        margin: 0;
        cursor: pointer;
}
.checkboxArea {
    background: url("/i/chekbox.gif") no-repeat left top;
}
.checkboxAreaChecked {
    background: url("/i/chekbox.gif") no-repeat left bottom;
}
.focused {
    border: none;
}
.textinput, .textinputHovered {
        border: 1px solid #484848;
    height: 18px;
    color: #fff;
    padding-top: 3px;
    padding-left: 5px;
    font: bold 11px Tahoma, Arial, sans-serif;
}
.textinput {
    background-position: left top;
}
.textinputHovered {
    background-position: left bottom;
}

#dexterflash {
    margin-top: 12px;
    margin-left: -1px;
}