@charset "utf-8";
/* CSS Document */

#processing{
	position:fixed;
	z-index:2;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(../img/system/loader.gif) no-repeat center #666;
	display:none
}