loading.css 614 Bytes
.loading-mask
{
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 20000;
    overflow: hidden;
}
.loading
{
    left: 45%;
    padding: 2px;
    position: absolute;
    top: 40%;
    z-index: 20001;
}
.loading .image
{
    border:0px;
    background: url('./images/page-loading.gif') no-repeat;
    width:120px;
    height:120px;
}
.loading .center
{
    background: none repeat scroll 0 0 white;
    color: #555555;
    font: bold 13px tahoma,arial,helvetica;
    height: auto;
    margin: 0;
    padding: 10px;
    text-align: center;
}