.loadOver {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	overflow: hidden;
	z-index: 9999;
}

.loadOverDiv {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 480px;
	background-image: url('../../Images/loading.png');
	opacity: 0.7;

}

.loadOverOverlay {
	z-index: 9999;
	display: none;
	background-color: #e0e0e0;
	opacity: 0.8;
	cursor: wait;
}
