#openLinkPopup
{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	
}
#openLinkPopup a img{ border: none; }

#popupContent
{
	position: relative;
	background-color: #fff;	
	height: 233px;
	margin: 0 auto;
	text-align:left;
	width:536px;		
	background-image:url(images/popup_middle.gif);	
}
#popupFooter
{
	position: relative;
	background-color:Transparent;
	height: 15px;
	margin: 0 auto;
	text-align:left;
	width:536px;		
	background-image:url(images/popup_bottom.gif);	
}

#popupContainer
{
	padding: 10px;
	width:530px;
	float:left;
}

#iframeContent
{
	width:515px;
	height:285px;
	border:none;
	text-align:left;	
}

#popupHeader{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color:Transparent;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 536px;	
	height:48px;
	background-image:url(images/popup_top.gif);
	}

#headerData{padding:0 10px; color: #666; margin-top:10px; margin-bottom:10px;}
#headerData #headerText{ width: 70%; float: left; text-align: left;color: #0D6CCE; font-size:14px; margin-top:5px; margin-left:15px;}	
#headerData #caption{ font-weight: bold; 	}
#headerData #headerIcon{ width: 100px; float: right; margin-top:5px; text-align:right;}			
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
