#processingIndicator {
	position: fixed;
	left:0;
	top:45px;
	right:0;
	bottom:0;
	background:#f5e79e;
	z-index:100500;}
#processingIndicator .loader {
	width:100px;
	height:100px;
	position: absolute;
	left:50%;
	top:50%;
	background:url('/img/loading.gif') no-repeat 50%50%;
	/*margin:-16px00-16px;*/
}
