
.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;
	opacity: 0.3;
	filter: alpha(opacity=30);
	background: black;
} * html #tiny-over { position: absolute; }



#tiny-load {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	z-index: 2000;
	display: none;
	background: transparent url(../imatges/throbber.gif) center no-repeat;
} * html #tiny-load { position: absolute; }

