﻿.UpdateProgressBox
{
	background-color:#fff;
	width:300px;
	height:100px;
	display:none;
}

.UpdateProgressCovering
{
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.UpdateProgressIndicatorsBox
{
	height:50%;
	background-image:url(Indicators.gif);
	background-position: center center;
	background-repeat:no-repeat;
}

.UpdateProgressTextBox
{
	height:50%;
	text-align:center;
}
