

html {
    height: 100%;
}
body {
    background-color: #000;
    font: 85%/1.5 "Lucida Grande",Calibri,"Segoe Sans",Futura,"Gill Sans","Lucida Sans","News Gothic MT","Bitstream Vera Sans","Trebuchet MS",sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}
#content {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
#box {
    background: rgba(0, 0, 0, 0) url("grfx/login_bg_g3.png") no-repeat scroll 0 0;
    color: #999;
    display: block;
    position: absolute;
    top: 200px;
    right: 0;
    bottom: 0;
    left: 400px;
}
#box > div {
    display: none;
    left: 0;
    position: absolute;
    right: 0;
}
#box fieldset {
    border: 0 none;
    padding: 0;
}
#login fieldset {
    display: block;
    height: 100px;
    margin: auto;
    position: relative;
    text-align: left;
    width: 210px;
}
#forgotPassword fieldset {
    display: block;
    margin-top: 5px;
}
#box label {
    color: #999;
    height: 25px;
}
#login label {
    display: block;
}
#forgotPassword label {
    margin-right: 5px;
}
#box input {
    border: 1px solid #ccc;
    margin: 0;
    padding: 2px;
    position: relative;
    width: 140px;
}
#login input {
    display: block;
    top: -2px;
}
#box a {
    color: #999;
    display: block;
    margin-top: 10px;
}
#box .instructions {
    color: #999;
    margin-top: 10px;
    width: 140px;
}
#loginButton {
    background: rgba(0, 0, 0, 0) url("grfx/login_button_g3.png") no-repeat scroll 0 0;
    border: 0 none;
    bottom: 0;
    cursor: pointer;
    height: 91px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 52px;
}
#box select {
    border: 1px solid silver;
    left: 0;
    position: absolute;
    top: 100px;
    width: 100px;
}
#loginButton:hover {
    background: rgba(0, 0, 0, 0) url("grfx/login_button_g3.png") no-repeat scroll 0 -91px;
    cursor: pointer;
}
#forgotPassword button {
    display: inline-block;
}
#content > p, #content > p > a {
    color: #555;
    font-size: x-small;
    text-align: center;
}
#content #checkupdate > b {
    color: #00bf00;
    font-size: small;
}
#content #checkupdate > i {
    color: #00bf00;
    font-size: x-small;
}
#install {
    color: #fff;
    height: 400px;
    left: 50%;
    margin: -200px 0 0 -263px;
    position: absolute;
    top: 50%;
    width: 526px;
}
#install .installtext {
    width: 350px;
}
#install .welcome {
    color: #15f000;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
}
#install .txt {
    margin-bottom: 7px;
}
#install form {
    background: rgba(0, 0, 0, 0) url("grfx/login_bg_g3.png") no-repeat scroll 0 0;
    display: block;
    height: 298px;
    margin: 0 0 0 38px;
    padding: 0;
    width: 448px;
}
#install fieldset {
    border: 0 none;
    display: block;
    height: 160px;
    margin: 105px 0 0 15px;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 420px;
}
#install label {
    color: #999;
    display: block;
}
#install input {
    border: 1px solid #ccc;
    display: block;
    left: 0;
    margin: 0;
    padding: 2px;
    position: relative;
    width: 140px;
}
#install button {
    background: rgba(0, 0, 0, 0) url("grfx/login_button_g3.png") no-repeat scroll 0 0;
    border: 0 none;
    bottom: 0;
    cursor: pointer;
    height: 91px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -1000em;
    width: 52px;
}
#install button:hover {
    background: rgba(0, 0, 0, 0) url("grfx/login_button_g3.png") no-repeat scroll 0 -91px;
    cursor: pointer;
}
#install p, #install p > a {
    color: #555;
    font-size: x-small;
    text-align: center;
}
#warning {
    background: rgba(0, 0, 0, 0) url("grfx/bg_warning.gif") repeat-x scroll 0 0;
    border: 2px solid red;
    padding: 10px 5px 5px;
}
#warning p {
    margin: 0;
    padding: 0;
}
