.ith_modal_panel {	
	display:none;
	position: absolute;
	z-index:9999;
	/*width:500px;
	height:400px;	*/
	/*margin:-220px 0 0 -220px;*/
	/*border:1px solid #fff;*/
	/*background:#FDFCE9;	*/
	text-align:left;
}
			
.ith_modal_overlay {	
	display:none;	
	position:absolute;	
	top:0;	
	left:0;	
	width:100%;	
	height:100%;	
	z-index:1000;	
	background-color:#000000;	
	-moz-opacity: 0.8;	
	opacity:.80;	
	filter: alpha(opacity=80);
}
			
.ith_modal_overlay[id] {	
	position:fixed;
}

