
.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: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
} * 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(../i/lb/ajax-loading.gif) center no-repeat;
} * html #tiny-load { position: absolute; }

#tiny-tbox {
	/*width: auto;*/
	width: 700px;
	height:auto;
	max-height: 470px;
	height: expression( this.scrollHeight > 350 ? '470px' : 'auto' ); 
	width: expression( this.height < 350 ? '650px' : 'auto' ); 
	position: fixed;
	top: 15px; left: 50%;
	margin-left: -350px;
	z-index: 1500;
	
	background-color: #fff;
	
	display:block;
	overflow-y:auto;
	overflow-x:hidden;}

/*#tiny-tbox {
	width: auto;
	width: 563px;
	height:auto;
	max-height: 470px;
	height: expression( this.scrollHeight > 350 ? "470px" : "auto" ); 
	position: fixed;
	top: 15px; left: 50%;
	margin-left: -255px;
	z-index: 1500;
	display: none;
	background-color: #fff;
	border: 1px solid #000;
	overflow-y:auto;
	overflow-x:hidden;}
} 
*/
* html #tiny-tbox { position: absolute; }
.pWin, .pWin1 { border:none;}