#loadingframe {
	filter: opacity(50%);
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 101%;
	height: 100%;
	z-index: 1000;
}

div.loading1 {
	filter: opacity(50%);
	-moz-opacity: 0.7;
	opacity: 0.70;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
}

div.loadingimg{
	background-color : transparent;
	background-image : url(processing.gif);
	background-repeat : no-repeat;
	background-position : center center;
	display : none;
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	z-index : 1002;
}