div#pfmw-loading-mask,
div#pfmw-mask-overlay {
	filter: Alpha(Opacity=50);
	opacity: .50;
	background: #666666 url(../../sysImages/defaultLayout/pfmw-overlay.png) 50% 50% repeat;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 200%;
	z-index: 99;
	display: none;
}

div.pfmw-mask-overlay-dialog {
	width: 110%;
	height: 200%;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 101;
	filter: Alpha(Opacity=20);
	opacity: .20;
	background-color: #666666;
	display: none;
}

div#pfmw-mask-loading {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 200%;
	z-index: 999999;
}

div#pfmw-loading-image, #loadingImg {
	position: relative;
	z-index: 98;
	left: 5px;
	display: none;
	top: 5px;
	height: 15px;
	width: 128px;
	background-image: url('../../sysImages/defaultLayout/V1/pfmw-loading-image.gif');
}

div#pfmw-upload-progressbar {
	z-index: 101;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
    height: 20px;
	margin-left: -200px;
    margin-top: -10px;
	text-align: center;
}

div#pfmw-upload-progressbar-label {
    position: absolute;
	width: 100%;
	line-height: 20px;
    text-shadow: 1px 1px 0 #FFFFFF;
}