#ctl00_UpdateProgressMaster
{
	top: 150px;
	right: 50%;
	position: absolute;
	z-index:9999999;
	border: 10px solid #91c6fb;
}

#ctl00_divNotification
{
	visibility: hidden;
	width: 150px;
	border: solid 1px gray;
	padding: 10px;
	z-index: 100;
	background-color: InfoBackground;
	cursor: hand;
}
