﻿div#loadingImg
{
    background-color: white; /*top:35%; left:25%; */
    top: 100px;
    left: 150px;
    position: absolute;
    filter: alpha(opacity=100);
    opacity: 1.0;
    zoom: 1;
    z-index: 9999;
    text-align: center;
    border-width: 5px;
    border-color: Gray;
    border-style:outset;
}

div.float
{
    float: left;
    margin: 1px;
}

.watermarked
{
    color:Gray;
    text-align:left;
}
