.tiny-ie-hack { height: 100%; width: 100%; overflow: hidden; }

#tiny-over {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	z-index: 1000;
	display: none;
	background-color: #000000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);

} * html #tiny-over { position: absolute; }

#tiny-load {
	background: url(../img/ajax-loader2.gif) center no-repeat #000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	z-index: 2000;
	display: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);

} * html #tiny-load { position: absolute; }

#tiny-tbox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	margin: auto;
	z-index: 1500;
	display: none;
} * html #tiny-tbox { position: absolute; }
