#pop_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
#pop_lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	/* line-height: 0; */
}
#pop_outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 540px;
	/* height: 250px; */
	margin: 0 auto;
}

.darkenBackground {
	z-index: 20;
	height: 100%;
	width: 100%;
	/* background-color: #000; */
	/* background-image: url('../images/bw_pixel.gif');
	background-repeat: repeat; */
	/* position: fixed; */
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}
.popup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	width: 540px;
	/* padding: 10px; */
	background-color: white;
	/* background-image: url('../images/white_pixel.gif'); */
	/* background-repeat: repeat; */
	z-index: 100;
}
.popup_padding {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.popup_close {
	text-align: right;
 	padding-bottom: 3px;
	margin-right: 15px;
	/* border-bottom: 1px solid black; */
}
.popup_close a {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.asdf {
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	/* background-color: rgb(0, 0, 0); */
}