#popUpOverlay {		
	visibility:hidden;
	display:block;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=25);
	opacity:0.25;
	
}

*:first-child+html body #popUpOverlay {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; // first!
	filter: alpha(opacity=25);
	
}
* html #popUpOverlay {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; // first!
	filter: alpha(opacity=25);
}

#popUpOverlay iframe {		
	display:none;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:100%;
	height:100%;
}

#popUpContent {
	display: none;
	visibility:hidden;
	position:absolute;
	background-color: #ffffff;
	z-index: 10;
	width: 0;
	height: 0;
	margin: auto;
}

#popUpTable {
	margin: 0px auto;
	background-color: #ffffff;
	width: 100%;
	height:100%;	
}

#popUpTopLeftImage{
	width: 10px;
	height: 15px;
	background-image:url(popUp/popUpTopLeft.gif);
	background-repeat:no-repeat;	
	position: relative;	
}


#popUpTopLeftBackground{
	position: absolute; 
	background-color: #000000; 
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25; 
	z-index: 0; 
	width: 10px;
	height: 15px;
}

#popUpTopRightImage {
	width: 10px;
	height: 15px;
	background-image:url(popUp/popUpTopRight.gif);
	background-repeat:no-repeat;
	position: relative;
}

#popUpTopRightBackground {
	position: absolute; 
	background-color: #000000; 
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25; 
	z-index: 0; 
	width: 10px; 
	height: 15px;		
}

#popUpBottomRightImage {
	width: 10px;
	height: 15px;
	background-image:url(popUp/popUpBottomRight.gif);
	background-repeat:no-repeat;
	position: relative;	
}

#popUpBottomRightBackground {
	position: absolute; 
	background-color: #000000; 
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25; 
	z-index: 0; 
	width: 10px; 
	height: 15px;	
}

#popUpBottomLeftImage {
	width: 10px;
	height: 15px;
	background-image:url(popUp/popUpBottomLeft.gif);
	background-repeat:no-repeat;	
	position: relative;		
}

#popUpBottomLeftBackground {
	position: absolute; 
	background-color: #000000; 
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25; 
	z-index: 0; 
	width: 10px; 
	height: 15px;
}

#popUpTop {
	height: 15px;
	background-image:url(popUp/popUpTop.gif);
	background-repeat:repeat-x;
}

#popUpRight {
	width: 10px;
	background-image:url(popUp/popUpRight.gif);
	background-repeat:repeat-y;
}

#popUpBottom {
	height: 15px;
	background-image:url(popUp/popUpBottom.gif);
	background-repeat:repeat-x;	
}

#popUpLeft {
	width: 10px;
	background-image:url(popUp/popUpLeft.gif);
	background-repeat:repeat-y;
	background-position	: right;	
}

#popUpTdContainer {
	height: auto;
}