﻿
html, body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
body
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
    background:url(/image/login-db.png);
    font: 12px Arial;
    color: #000;
    height: 100%;
}
table
{
    border-collapse: collapse;
}

div.loadingState
{
    width: 100%;
    height: 100%;
    text-align: center;
}
#initialLoadingPanel > table
{
    width: 100%;
    height: 100%;
}
#initialLoadingPanel > table td
{
    text-align: center;
    font-size: 150%;
}
