﻿
 
 .modalBackground
{
    /* ------------------------------------------
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.80;
	*/
	
	background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
}



.updateProgress
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	width: 180px;
	height: 50px;
}
