/*	html,body
	{
		margin:0;
		padding:0;
	}
*/	.SLmodal-overlay
	{
		position:fixed;
		top:0;
		right:0;
		bottom:0;
		left:0;
		height:100%;
		width:100%;
		margin:0;
		padding:0;
		background:#000;
		opacity:.56;
		filter: alpha(opacity=56);
		-moz-opacity: 0.56;
		z-index:101;
	}
	* html .SLmodal-overlay
	{   
		position: absolute;
		height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}
	.SLmodal-window
	{
		position:fixed;
		/*top:50%;*/
		top:0%;
		left:50%;
		margin:0;
		padding:0;
		border:0px solid #454545;
		z-index:103;
	}
	* html .SLmodal-window
	{
		position:absolute;
	}
	.SLclose-window
	{
		position:absolute;
		width:54px;
		height:17px;
		right:10px;
		top:10px;
		background:transparent url(/images/imgPrinterSupplyLocator2/headerCloseBtn.gif) no-repeat scroll right top;
		text-indent:-99999px;
		overflow:hidden;
		cursor:pointer;
		/*display:none;*/
		/*opacity:.5;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;*/
	}
	/*.close-window:hover
	{
		opacity:.99;
		filter: alpha(opacity=99);
		-moz-opacity: 0.99;
	}*/
	
	
#theSLSpinnerDiv {
margin:-72px auto auto -72px; 
position:fixed;
top:50%;
left:50%;
width:143px;
height:143px;
float:left;
z-index:102;
}




