.loading-indicator {
	height: 80px;
	width: 80px;
	background: ;
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-overlay {
    z-index: 99999;
	background-color: #ffffff;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}