#reportBottomOverlay
	{
	position: fixed;
	background-color: #f9f9f9;
	bottom: 0;
	left: 0;
	z-index: 199;
	width: 100%;
	height: 100%;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
}
#reportProgressDiv
	{
	background-color: #ECF4F9;
	background-image: url('/rs/resources/images//tresc_nagl_bg.gif');
	background-position: top;
	background-repeat: repeat-x;
	font-size: 13px;
	font-family: 'Titillium Web',Tahoma,Verdana,sans-serif;
	line-height: 24px;
	top: 42%;
	left: 20%;
	right: 20%;
	z-index: 100;
	border: 5px solid white;
	}