/* 23-11-2011 added */
.g3-busy_indicator {
	display: none;
	position: absolute;
	top: 50%;
	left: 45%;
	width: 160px;
	height: 80px;
	padding: 0px;
	border: 2px solid black;
	background-color: white;
	z-index: 1002;
	overflow: auto;
	-moz-opacity: 0.8;
	opacity: .8;
	filter: alpha(opacity =     80);
}

.g3-busy_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: gray;
	z-index: 1001;
	-moz-opacity: 0.1;
	opacity: .1;
	filter: alpha(opacity = 10);
}