@CHARSET "UTF-8";
.block-overlay
{
	position: absolute;
	background-color: #000;
	z-index: 100000;
}
.block-loading
{
	top: 50%; left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 100001;
	display: none;
}
.block-loading div
{
	position: absolute;
	top: 0; left: 0;
	width: 40px;
	height: 480px;
	background-image: url('loading.png');
}
