.loading-indicator {
	height: 80px;
	width: 80px;
	background: url( '../../images/iweb/showloading/loading.gif' );
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-overlay {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}
.use-parent-overlay {
	width: auto !important;
	height: auto !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}
