.loading-indicator {
	height: 50px;
	width: 50px;
	background: url( '../images/loading.gif' );
	background-repeat: no-repeat;
	background-position: center center;
	left:50% !important;
	top:40% !important;
	background-color:#666666;
	padding:5px;
	border-radius:4px;
	border:1px solid #777777;
}

.loading-indicator-overlay {
	background-color: #FFFFFF;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}