div#busy-overlay {
	position : fixed;
	width : 100%;
	height : 100%;
	z-index : 9999;
	display : none;
	left : 0px;
	top : 0px;
}
div#busy-overlay .busy-background {
	position : absolute;
	width : 100%;
	height : 100%;
	z-index : 1;
	background-color : #ffffff;
	opacity : 0.5;
	left : 0px;
	top : 0px;
}
div#busy-overlay > img {
	position : absolute;
	left : 50%;
	top : 50%;
	margin-left : -33px;
	margin-top : -33px;
	z-index : 2;
}