.processing {
	position: absolute;
	position: fixed;
	overflow: visible;
	top: 0;
	left: 0;
	top: 30%;
	left: 35%;
	width: 30%;
	height: 30%;
	background: #444;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background-image: url('../img/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.processingTranspa {
	position: absolute;
	position: fixed;
	overflow: visible;
	top: 0;
	left: 0;
	top: 30%;
	left: 35%;
	width: 30%;
	height: 30%;
	/*background: #444;*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background-image: url('../img/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}