.UpdateProgress.GLikeFixed { 
	top: 0px; 
	right: 0px;    
	position: fixed;
	z-index: 10000;
	background-color: #CF4342; 
	color: White; 
}

.UpdateProgress.GLikeFixed img { 
	vertical-align: middle; 
	z-index: 10001;
	margin: 2px; 
}

.UpdateProgress.ShadowCentered {
	background-color: White;
	filter: alpha(opacity=60);
	opacity: 0.6;
	position: absolute;
    z-index: 10000;
    cursor:wait;
}

.UpdateProgress.ShadowCentered.Indicator {
	background-color: White;
	filter: alpha(opacity=100);
	opacity: 1;
	position: absolute;
	z-index: 10001;
	/*width:200px;*/
	margin : 0 auto;
	padding : 0;
	border:1px solid #656565;
}

.UpdateProgress.ShadowCentered.Indicator span {
	color:#656565;
	margin:0 3px 0 5px;
}

.UpdateProgress.ShadowCentered img { 
	vertical-align: middle;
	text-align:right; 
	margin: 5px;
}