.shadeDiv {
	font-size: 12px;
	font-family: Arial, sans-serif;
	top: 0;
	left: 0;
	z-index: 1999;
}

.shade_content_background {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #AAAAAA;
	background-image: url(bg.png);
	background-origin: padding-box;
	background-position: 50% 50%;
	background-repeat: repeat-x;
	background-size: auto auto;
	opacity: 0.3;
	filter: alpha(opacity = 40);
	background: while;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.shade_content_fonts {
	/*border: solid 2px #86A5AD;
	background: white url(loading.gif) no-repeat 10px 10px;*/
	background: transparent url(loading.gif) no-repeat 10px 10px;
	display: block;
	width: 140px;
	height: 53px;
	left:0; right:0; top:0;
	margin:0 auto;
	margin-top: 200px;
	position:fixed;
	overflow: hidden;
	outline: 0px none;
	padding: 10px 20px 10px 50px;
	text-align: left;
	line-height: 32px;
	font-weight: bold;
	z-index: 2001;
}

.shade_loading {
	background: white url(loading.gif) no-repeat 10px 10px;
}