﻿.ProgressContent
{
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.ProgressImg
{
    text-align: center;
    vertical-align: middle;
    background: url(../images/progress.gif) transparent;
    width: 32px;
    height: 32px;
}
.modalBackgroundProgress
{
    background: #828282;
    filter: alpha(opacity=60);
    opacity: .60;
}
