/*STYLES FOR CSS POPUP*/


#blanket {
   background-color:#111;
   opacity: 0.65;
   *background:none;
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%;
}

#popUpDiv {
	position:absolute;
	background:url(..\images/popup.jpg) no-repeat;
	width:400px;
	height:400px;
	border:5px solid #000;
	z-index: 9002;
	left:50%; top:50%; margin-left:-200px; margin-top:-200px; background-size:100%; text-align:center;
}
#popUpDiv a.pop-close {position:absolute; top:10px; right:10px}
#popUpDiv a.know-more{ display:block; left:auto; top:auto; margin-top:93%;}


@media (min-width:200px) and (max-width:679px) {
#popUpDiv{left:50%; top:50%; margin-left:-150px; margin-top:-150px; width:300px; height:300px;}
}
