
#tb_overlay {
	background: #000;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
	.ie6 #tb_overlay {
		position: absolute;
		height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}
	#tb_overlay.MacFFBGHack {
		background: url('{ROOT_PATH}/images/mac_bg_hack.png') repeat;
	}

#tb_window {
	background: none transparent;
	display: none;
	left: 50%;
	position: fixed;
	top: 50%;
	z-index: 10000;
}
	.ie6 #tb_window {
		margin-left: 0;
		margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
		position: absolute;
	}

#tb_title {
	display: none;
	height: 18px;
}

#tb_title,
#tb_title a {
	color: #FEFEA3;
	font-size: 10px;
}

#tb_close_window {
	float: right;
	margin-bottom: 1px;
	padding: 2px 5px 3px 0;
	text-align: right;
}

#tb_window_title {
	float: left;
	font-size: 12px;
	padding: 0px 0 3px 10px;
	margin-bottom: 1px;
}

#tb_content {
	background: none transparent;
	clear: both;
	overflow: hidden;
	position: relative;
}
	#tb_content.tb_loading {
		border: 1px #000 solid;
	}

#tb_content_loading {
	background: #000;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#tb_content_loading_anim {
	background: url('{ROOT_PATH}/images/widget_loading.gif') no-repeat center center;
	height: 19px;
	left: 0px;
	position: absolute;
	top: 50%;
	width: 100%;
}

#tb_hideselect {
	background-color:#fff;
	border:none;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	left: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}
	
#tb_iframe {
	display: none;
}
