﻿#UpdateProgress {
	width: 150px;
	height:40px;
	background-color:#FFFFCC;
    top: 40%;
    left: 40%;
    position: absolute;
    border: solid 1px #E7B23A;
}
#ProgressTemplate {
	text-align: center;
    font-weight: bold;
    font-size: 9pt;
    color: #000000; 
    font-family: Verdana;
    margin:10px; 
}
#graylayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background: #000000 none repeat scroll 0 0;
	overflow: hidden;
	z-index: 8;
	-moz-opacity: 0.25;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
*.hidden {
	display: none;
}