#loadBar{
	position:fixed;
	z-index:5;
	display:none;/**/
	height:31px;
	width:31px;
	height:31px;
	left:5px;
	bottom:5px;
}
#floating{
	position:inherit;
	z-index:9999991;
}
#bodyOverlay {
	position:fixed;
	z-index:999999;
	background-color:#F0DD00;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.50; 
}
#popup{
	width:800px; 
	margin-left:-400px;
	left:50%;
	top:50px; /*133*/
	z-index:99999999;
	position:absolute;
}
#bodyOverlay {
	/*background-color:#F0DD00;
	filter:alpha(opacity=50);*/
	background-color:transparent;
	background-image:url(../img/bodyoverlay_ie7.png);
}