/*WebDesignAndSuch.com*/


/*STYLES FOR CSS POPUP*/


#blanket {
   background-color:#fff;
   opacity: 0.65;
   *background:none;
   position:absolute;
   z-index: 9002;
   top:0px;
   left:0px;
   width:100%;
}

#popUpDiv {
	position:absolute;
	background:url(AHPI-GLOBAL-CONCLAVE-2017.jpg) no-repeat;
	width:569px;
	height:700px;
	border:1px solid #000;
	z-index: 9002;
}


#popUpDiv a {position:relative; top:5px; right:-525px}


