/*	SHADOW	*/
/*  xpartan code */
#shadow {
display:none;
	position: fixed;	
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
	z-index:1000;
	
}

* html #shadow { 
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 100 +'px');
}
#overShadow{
    position:fixed;
    top:10%;
	left:10%;
    z-index:1200;
    font-family:Tahoma;
	background:none;
	width:80%;
	height:80%;
	text-align:center;
}
* html #overShadow{
    position:absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 32) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
.contentShadow{
	overflow-y:auto;
	padding:2px;
	height:95%;
	width:540px;
	margin:0 auto;
	}
.linkclose{
	text-align:right;
	background:#000;
	}
.linkclose a{
	color:#FFF;
	text-decoration:none;
	}
.linkclose a:hover{
	color:#CCC;
	}