.loading-indicator {
	height: 35px;
	width: 35px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px 25px;
}

.loading-indicator-overlay {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}