.loading-indicator {
	height: 40px;
	width: 100%;
	background: url( '../images/loading.gif' );
	background-repeat: no-repeat;
	background-position: center center;
  z-index: 99999;
}

.loading-indicator-overlay {
  background-color: #FFFFFF;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}

.loading-fixed{
  top:300px !important;
  display:absolute;
  position:fixed !important;
}

