﻿.modalBackground
{
	background-color:#FFFFFF;
	filter:alpha(opacity=50);
	opacity:0.5;
    min-height:99%;
}

.updateProgress
{
	position: absolute;
    width:100%;
    
    text-align:center;
    padding:20px;
    filter:alpha(opacity=50);
	opacity:0.5;
}

