
#tbLayerBackground {
	background-color: #000000;
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	
	position: absolute;
	z-index: 298;
	width: 100%;
	height: auto; /* will be calced */
	left: 0;
	top: 0;
}

#tbLayerDiv {
	background-color: transparent;
	border-radius: 3px;
	position: absolute;
	z-index: 299; /* ON TOP of Background */
	overflow: hidden;
}
	#tbLayerDiv .loader {
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		/* NOW IN THEME:CFM! background: #FFFFFF url(/media/img/ajax-loader.gif) no-repeat center;*/
	}
	#tbLayerDiv .allcontent {
		height: 100%;
	}
