body {
	padding: 0;
	margin: 0;
}

#loading_div {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 1000;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f000000', endColorstr='#3f000000');
	background-color: rgba(200, 200, 200, 0.3);
}

#loading_content_div {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 300px;
	height: 150px;
	z-index: 1100;
	background-color: #FFFFFF;
	color: #1E3C56;
	margin: auto;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.4);
}