﻿.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup
{
    background-color: #fff;
    border: 3px solid #ccc;
    padding: 50px;
    height: 600px;
    width: 800px;
}

.ModalUpdateProgress {
    position: absolute;
    width: 152px;
    height: 37px;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
    right: 1073px;
}
