<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#loader {
    display:none;
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -100px;
    z-index: 1102;
}

#loader div.loader-content {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    color: #ffffff;
    background: 5px 50% no-repeat url('images/ajax-loader.gif');
    padding-left: 35px;
}

div.loader-overlay {
	display:none;
	height:100%;
	background:#000000;
	left:0;
	position:absolute;
	right:0;
	top:0;
	width:100%;
	z-index:1101;
	opacity: 0.5; 
	-moz-opacity: 0.5; 
	-khtml-opacity: 0.5; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}</pre></body></html>