.busyIndicator {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	display: none;
}

.busyIndicator .mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.2; 
	filter: alpha(opacity=20); 
}

.busyIndicator .contents {
	position: absolute;
	width: 100px;
	height: 60px;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -50px;
	z-index: 1;
}

.busyIndicator .image {
	width: 32px;
	height: 32px;
	background-image: url(/common/assets/images/full/busy.gif);
	margin: 0 auto 0 auto;
}

.busyIndicator .text {
	text-align: center
}
