.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:101;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
#wishlist {
      display: none;
      position: fixed;
      width: 350px;
	  top: 25%;
      left: 25%;
      height: auto;
      padding: 20px;
      border: 5px solid #f68a32;
	  font-size:90%; font-weight:bold; color: #0073ae;
      background-color: white;
      z-index:1002;
      overflow:visible;
}

#wishlist a {
	font-size:80%; font-weight:bold; color: #f68a32;
}

#wishlist h3 a {
	font-size:90%; font-weight:bold; color: #0073ae;
	margin-top:5px;
	margin-bottom:8px;
}
#wishlist ul{
	margin:5px;
}	

#done_link {
	  color:#CCCCCC;
}