.ProgressText { /*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/font-weight: bold; font-size: 16px; /*color: #CC0000;background-color: #FFFFFF;border: solid 2px #CCCCCC;*/height: 10%; /*line-height: 200px;*/z-index: 5000; width: 20%; text-align: center; padding: 50px 0px 50px 0px; position: fixed; left: 40%; top: 45%; }
.ProgressTextIframe { border: none; width: 20%; z-index: 4000; position: fixed; left: 40%; top: 45%; }

/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this 
.ProgressText {position: absolute;left: 250px;top: 100px;}
*/
/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser 
body > div.ProgressText {position: fixed;left: 250px;top: 100px;}
*/
/* IE5.5+/Win - this is more specific than the IE 5.0 version */
/*
<!--[if gte IE 5.5]>
<![if lt IE 7]>
.ProgressText {position: absolute;left: expression( ( 250 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );top: expression( ( 100 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
<![endif]>
<![endif]-->
*/

