﻿.DynamicUpdateProgressOverlay
{
    border: black 1px solid;
    padding: 5px;
    z-index: 100;
    position: absolute;
    background-color: #fff;
    -moz-opacity: 0.75;
    opacity: 0.75;
    filter: alpha(opacity=75);
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    text-align: center!important;
    width: 100px;
}