.spinner {
	position: absolute;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 999999;
	background: #fff;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

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