﻿
* html #TB_overlay
{ /* ie6 hack */
	position: absolute;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.iframe
{
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	border:none;
	display:block;
	z-index:0;
	opacity: 0.0;
	filter:alpha(opacity = 0);
	-moz-opacity: 0.0;
}

#TB_overlay
{
	position: fixed;
	background-color: #000000;
	opacity: 0.3; /* added opacity setting */
	filter: alpha(opacity = 30);
	-moz-opacity: 0.3;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index:999;
}

#ProgDiv
{
	position:fixed;
	width: 100%;
	float:right;
	z-index: 1000;
}

#UpdateProgress
{
	text-align: center;
	/*background-color: #CF4342;*/
	background-color: #FF6666;
	color: #fff;
	width: 80px;
	left: 93%;
	float: right;
	padding: 3px 0 2px 0;
	font-family: Tahoma, Arial, Helvetica, sans-seri;
	font-size: 10px;
	font-weight: normal;
	z-index: 1000;
}

#UpdateProgress img
{
	vertical-align:middle;
	padding-right: 8px;
}
