.tiny-ie-hack { height: 100%; width: 100%; overflow: hidden; }

#tiny-over {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	z-index: 1400;
	background-color: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80);
} * html #tiny-over { position: absolute; }

#tiny-load {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	z-index: 2000;
	background: transparent url(/loading_big.gif) center no-repeat;
} * html #tiny-load { position: absolute; }

#tiny-tbox {
	width: 533px;
	height: auto;
	position: fixed;
	top: 50px;	
	z-index: 1500;
	padding:5px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
} * html #tiny-tbox { position: absolute; }
