.loading-indicator {
	height: 80px;
	width: 80px;
	background: url( '../../images/m/common/loading.gif' );
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-overlay {
	background-color: #ccc8c8;
	opacity: 0.4;
	filter: alpha(opacity = 30);
}