html{
    height: 100%;
}
body{
    height: 100%;
    font: 85%/1.5 "Lucida Grande", Calibri, "Segoe Sans", Futura, "Gill Sans", "Lucida Sans", "News Gothic MT", "Bitstream Vera Sans", "Trebuchet MS", sans-serif;
    margin: 0;
    padding: 0;
}
#login{
    position: absolute;
    width: 526px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -263px;
}
#login form{
    display: block;
    background: no-repeat;
    width: 448px;
    height: 298px;
    border: 1px solid silver;
    margin: 0 0 0 38px;
    padding: 0;
}
#login fieldset {
    border: 0 none;
    display: block;
    margin: 135px 0 0 207px;
    width: 241px;
    height: 163px;
    padding: 0;
    position: absolute;
    text-align: left;
}
#login label{
    display: block;
    color: #999;
}
#login input{
    border: 1px solid #ccc;
    padding: 2px;
    display: block;
    width: 140px;
    position: relative;
    margin: 0;
    left: 0;
}
#login button{
    position: absolute;
    width: 88px;
    height: 88px;
    right: 0;
    bottom: 0;
    background: url(../grfx/login_botton.gif);
    text-indent: -1000em;
    border: 0 none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
#login button:hover {
    background: url(../grfx/login_botton_over.gif);
    cursor: pointer;
}
#login p, #login p>a {
    font-size:xx-small;
    color: #999;
    text-align: center;
}








#install{
    position: absolute;
    width: 526px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -263px;
}
#install form {
    background: url(../grfx/installer_bg.gif) no-repeat;
    display: block;
    width: 448px;
    height: 298px;
    border: 1px solid silver;
    margin: 0 0 0 38px;
    padding: 0;
}
#install fieldset {
        
    border: 0 none;
    display: block;
    margin: 150px 0 0 15px;
    width: 433px;
    height: 148px;
    padding: 0;
    position: absolute;
    text-align: left;
}
#install label{
    display: block;
    color: #999;
}
#install input{
    border: 1px solid #ccc;
    padding: 2px;
    display: block;
    width: 140px;
    position: relative;
    margin: 0;
    left: 0;
}
#install button{
    position: absolute;
    width: 88px;
    height: 88px;
    right: 0;
    bottom: 0;
    background: url(../grfx/login_botton.gif);
    text-indent: -1000em;
    border: 0 none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
#install button:hover {
    background: url(../grfx/login_botton_over.gif);
    cursor: pointer;
}
#install p, #install p>a {
    font-size:xx-small;
    color: #999;
    text-align: center;
}













#warning, #message {
    border:1px solid red;
    padding:10px 5px 5px 5px;
    background: url(../grfx/bg_warning.gif) repeat-x;
}

#warning, #message p {
    padding:0;
    margin:0;
}

#warning {
    margin:5px 0 0 38px;
    width:448px;
}
#message {
    width:300px;
}

