.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: 40px;
	height: 480px;
	background-image: url("loading.png");
}

.loadOverOverlay {
	z-index: 9999;
	display: none;
	background-color: white;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	cursor: wait;
}


.loadOverMessage {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 22px;
    margin-left: -42px;
    text-align: center;
    width: auto;
    color: white;
    background: #333;
    padding: 5px;
    border-radius: 4px;
}