/* hidden content div */ 
#ie6box{display:none;
	margin:0;padding:0;width:auto;
	position:absolute;left:0;top:0;z-index:100;
	}
#ie6box .upgradeContainer{position:absolute;left:0px;top:0px;z-index:6;}
#ie6box .DisableBG {width:100%;height:600px;
	position:absolute;left:0;top:0;z-index:5;
	overflow:hidden;background:#fff;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
	}

/* 
IE 6 does not reconize the following rule so it will render the 
outdated browser message for those users. All new browsers will not
see it. Set the display on the first style to none to disable it.
*/
html>body #ie6box { display: none !important;}		
