.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: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
} * 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('../img/tiny_loader.gif') center no-repeat;
} * html #tiny-load { position: absolute; }

#tiny-tbox {
	width: 650px;
	height:550px;
	height: auto;
	position: fixed;
	top: 10px; left: 50%;
	margin-left: -325px;
	z-index: 1500;
	display: none;
	background-color: #FFFFFF;
	border: 4px solid #c2c1c1;
} * html #tiny-tbox { position: absolute; }

#tiny-close-but {
	position:relative;
	float:right;
	vertical-align:middle;
	text-align:center;
	display:block;
	width:20px;
	height:20px;
	color:#ffc;
	font-weight:bold;
	font-size:15px;
	background:#8b0706;
	text-decoration:none;
	padding: 0px 0px 2px 2px;
}