.spinner {
	position: absolute;
	opacity: 0.66;
	filter: alpha(opacity=66);
	z-index: 999;
	background: #000;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	z-index: 1111;
}

.spinner-img {
	background: url('/js/spinner.gif') no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}
