<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ajaxLoader{
	position:fixed;
	display:block;
	float:left;
	width: 118px;
	height:90px;
	margin:0px 0px 0px 0px;
	padding:10px 10px;
	z-index:99999999;
	background:#ECECEC;
	border:5px solid #FFF;
	border-radius: 6px;
	overflow:hidden;
	text-align:center;
	-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,.8);
	-moz-box-shadow:  0px 0px 12px rgba(0,0,0,.8);
	box-shadow:  0px 0px 12px rgba(0,0,0,.8);
	opacity:.8;
}

#ajaxLoader img{
	position:absolute;
	top: 14px;
	left: 43px;
	display:block;
	float:left;
	width: 38%;
	height: auto;
}

#ajaxLoader p{
	position:absolute;
	bottom: 5px;
	left:10px;
	display:block;
	float:left;
	width: 118px;
	height:12px;
	text-align:center;
	color:#1573BD;
}
</pre></body></html>