﻿#UpdateProgress {
	width: 150px;
	height:40px;
	background-color:#FFFFCC;
    border: solid 1px #E7B23A;
}
#ProgressTemplate {
	text-align: center;
    font-weight: bold;
    font-size: 9pt;
    color: #000000; 
    font-family: Verdana;
    margin:10px; 
}
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=30);
    opacity:0.30;         
}
