	#XAJAX_OVERLAY {
		/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
		position:absolute; width:100%; height:100%; top:0px; left:0; z-index:9999;
	}
	body > div#XAJAX_OVERLAY {
		/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
		position:absolute; width:100%; height:100%; top:0px; left:0; z-index:9999;
	}
	div#XAJAX_OVERLAY {
		/* IE5.5+/Win - this is more specific than the IE 5.0 version */
		left: expression( ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft  ) + 'px' );
		top: expression( ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop  ) + 'px' );
		width:100%; height:100%; top:0px; left:0; z-index:9999;
	}	
	#XAJAX_OVERLAY .desc					{ font-size:12px; color:#000000; padding-top:5px }
	#XAJAX_OVERLAY h1					{ font-size:18px; font-weight:bold; color:#000000; display:block; margin:0; padding:0; height:30px; }
	#XAJAX_OVERLAY a:link				{ color:#CA0B0B; text-decoration:none; }
	#XAJAX_OVERLAY a:visited 			{ color:#CA0B0B; text-decoration:none; }
	#XAJAX_OVERLAY a:hover      			{ color:#D98502; text-decoration:none; }
	#XAJAX_OVERLAY a:active    			{ color:#CA0B0B; text-decoration:none; }
	#XAJAX_OVERLAY a:focus      			{ color:#CA0B0B; text-decoration:none; }
	#XAJAX_OVERLAY textarea				{ background:#202020; color:#848484; border:1px solid #808080; padding:5px; margin:0; }
	
	#XAJAX_OVERLAY .overlay_onClose		{ position:fixed; z-index:9996; width:100%; height:100%; top:0px; left:0; background:url('../images/overlay-gfx/overlay.png'); }
	#XAJAX_OVERLAY .overlay_boxed_div	{ position:absolute; z-index:9997; left:50%; top:50px; }		#XAJAX_OVERLAY .overlay_headline		{ color:#ffffff; font-weight:bold; font-size:18px }	#XAJAX_OVERLAY .overlay_desc			{ color:#808080; text-align:justify }
	
	#XAJAX_OVERLAY .boxed_top_left		{ width:31px; height:71px; background:url('../images/overlay-gfx/corner_top_left.png') no-repeat; }
	#XAJAX_OVERLAY .boxed_top_right		{ width:40px; height:71px; background:url('../images/overlay-gfx/corner_top_right.png') no-repeat; }
	#XAJAX_OVERLAY .boxed_top_center		{ height:71px; background:url('../images/overlay-gfx/side_top.png') repeat-x; }
	
	#XAJAX_OVERLAY .boxed_center_left	{ width:31px; background:url('../images/overlay-gfx/side_left.png') repeat-y; }
	#XAJAX_OVERLAY .boxed_center_center	{ background:url('../images/overlay-gfx/center.png'); vertical-align:top; color:#ffffff; }
	#XAJAX_OVERLAY .boxed_center_right	{ width:40px; background:url('../images/overlay-gfx/side_right.png') repeat-y; }
	
	#XAJAX_OVERLAY .boxed_bottom_left	{ width:31px; height:30px; background:url('../images/overlay-gfx/corner_bottom_left.png') no-repeat; }
	#XAJAX_OVERLAY .boxed_bottom_right	{ width:40px; height:30px; background:url('../images/overlay-gfx/corner_bottom_right.png') no-repeat; }
	#XAJAX_OVERLAY .boxed_bottom_center	{ height:30px; background:url('../images/overlay-gfx/side_bottom.png') repeat-x; }
