﻿#divProcessing
{
    background-color: #f0f0f0;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.modalBackground
{
    background-image: url('../../Images/LightWindow v2.0/black-70.png');
    background-position: center center;
    background-repeat: repeat;
    z-index: 999999;
}
.updateProgress
{
    background-color: #f0f0f0;
    border: double 3px #000000;
    height: 65px;
    position: absolute;
    width: 180px;
}
