.loading-indicator {
	height: 80px;
	width: 80px;
	background: url( './images/loading.gif' );
	background-repeat: no-repeat;
	background-position: center center;
  z-index: 99999999999;
}

.loading-indicator-overlay {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}
#edit_shadow{
  position: fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index: 9999999;
  background: transparent;
}

.dialog{
  z-index: 999999999;
}
