#disablebox {
	display:none;
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index:999999;
	background:url("../images/progressbar3.gif");
	background-repeat: no-repeat;
	background-position: center center;
/*
	background-color: #fff;
	filter:alpha(opacity=50);
	
	-moz-opacity:0.5;
	opacity: 0.5;
	*/
}

#disablebox[id] { position: fixed; }
