.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: url(../img/overlay.png);*/
	background: url(../img/overlay1.png);
	opacity: 0.6;
	-moz-opacity: 0.6;
} 

* html #tiny-over {
	position: absolute;
	height: 100%;
	filter: alpha(opacity=30);
	
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/overlay.png", sizingMethod="scale");*/
	
}

#tiny-load {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	z-index: 2000;
	display: none;
	/*background: transparent url(../img/loading.gif) center no-repeat;*/
} * html #tiny-load { position: absolute; }

#tiny-tbox {
	position:absolute;
	padding:20px;
	margin:0 auto;
	text-align:center;
	top: 15%;
	left:45%;
	z-index: 1500;
	display: none;
	background: url(../img/overlay.png);	
	border:5px solid #ff6600;
	color:#666;
	
} * html #tiny-tbox { color:#666;position: absolute; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/overlay.png", sizingMethod="scale");}

/*---some-tynibox-styles----------------------------------------*/
span .close_btn{
	position:relative;
	width:600px;
	height:18px;
	display:block;
	margin:0 auto;
	background:red;
}
.close_btn a:link, .close_btn a:visited{
	position:relative;
	width:176px;
	display:block;	
	border:0;
	margin:0 0 1px 2px;
	padding:0;
	color:#fff;
	font-weight:bold;
	height:18px;
	cursor:pointer;
	background:url(../img/btn.png) no-repeat right top;
}
.close_btn a:hover{
	position:relative;
	width:176px;
	display:block;	
	border:0;
	margin:0 0 1px 2px;
	padding:0;
	color:#666;
	font-weight:bold;
	height:18px;
	cursor:pointer;
	background:url(../img/btn.png) no-repeat right bottom;
}