﻿.whiteContent
{
    display: none;
    position: absolute;
    top: -53px;
    left: 50%;
    margin-left: -116px;
    width: 232px;
    height: 47px;
    padding: 5px;
    background: url(../images/bg_LoadingDiv.png) no-repeat center center;
    z-index: 103;
    overflow: hidden;
    color: white;
    font-size: 13px;
    z-index: 2000;
}
.whiteContent .loadingImage
{
    background: transparent url(../images/loading15.gif) center top no-repeat;
    padding: 18px 10px;
    text-align: center;
    margin: 3px 0px 0px;
}
