#blanket {
   background-color:#111;
   opacity: 0.65;
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}
#popUpDiv {
	position:absolute;
	background-color:#000;
	border: 1px solid white;
	width:310px;
	height:310px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}
#popupLink {
	display: block;
	background-color: #222;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid white;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #fff;
}
