﻿.modalBackground {
	background-color:#999;
	filter:alpha(opacity=60);
	opacity:0.60;
	z-index:999;
}
.updateProgress {
	border-width:1px;
	border-style:solid;
	background-color:#FFFFFF;
	position:absolute;
	width:150px;
	height:50px;
}
.updateProgressMessage {
	margin:3px;
	font-family:Trebuchet MS;
	font-size:small;
	vertical-align: middle;
}
