.loading-indicator {
	height: 80px;
	width: 80px;
	background: url( '../img/loading.gif' );
	background-repeat: no-repeat;
	background-position: center center;
        top: 300px !important;
}

.loading-indicator-overlay {
	background-color: #FFFFFF;
	opacity: 0.9;
        height: 10000px !important;
	filter: alpha(opacity = 90);
}