#ctl00_UpdateProgressMaster
{
	top: 0px;
	right: 0%;
	position: absolute;
}

#ctl00_divNotification
{
    background-image:url(/images/envelope.gif);
    background-repeat:no-repeat;
    background-position:right;
	visibility: hidden;
	width: 150px;
	
	color:White;
	border: solid 3px Orange;
	padding: 30px;
	
	z-index: 100;
	background-color: Red; /*InfoBackground;*/
	cursor: hand;
}