.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: #d5d5d5;
	background-color:#333;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
* 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/throbber.0.1.gif) center no-repeat;
}
* html #tiny-load { position: absolute; }

/*#tiny-tbox {
	width: 510px;
	height: auto;
	position: fixed;
	top: 15px; left: 50%;
	margin-left: -255px;
	z-index: 1500;
	display: none;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
body#contentPage #tiny-tbox {
	width: 450px;
	height: auto;
	position: fixed;
	top: 15px;
	left:35%;
	/*
	left: 50%;
	margin-left: -255px;
	*/
	/*
	z-index: 1500;
	display: none;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}*/
#tiny-tbox {
	width: auto;
	height: auto;
	overflow:hidden;
	position: fixed;
	top: 40px;
	left:25%;
	/*
	left: 50%;
	margin-left: -255px;
	*/
	z-index: 1500;
	display: none;
	background-color: #f2f2f2;
	border: 2px solid #777;
	padding:10px;
	padding-bottom:14px;
	text-align:left;
}
* html #tiny-tbox { position: absolute; }
#tiny-tbox a.close {
	display:block;
	padding:3px 3px 4px 4px;
	width:57px;
	text-align:center;
	margin:0;
	float:right;
	text-decoration:none;
}
#tiny-tbox a.close:link, #tiny-tbox a.close:visited {
	background:#F5FBFB;
	color:#87C8EF;
	color:#006699;
	border:1px solid #ccdede;
	border-bottom-color:#F5FBFB;
}
#tiny-tbox a.close:hover {
	background:#cdefef;
	background:#54BEFF;
	background:#404775;
	color:#0164ff;
	color:#fff;
	border:1px solid #500;
	border:1px solid #ccdede;
}
#tiny-tbox img.popup-icon {
	float:left; 
	padding-right:3px;
	position:relative;
	top:-10px;
	left:-3px;
	z-index:2000;
	margin:0;
}
#tiny-tbox img.popup-icon2 {
	float:left; 
	padding-right:25px;
	position:relative;
	top:-2px;
	left:0px;
	z-index:2000;
	margin:0;
}
