#htmlOverlay {
	z-index: 999;
	background-color: black;
}

#htmlPopup {
	background-color: white;
	overflow-y: scroll;
}

a#htmlClose {
	background-image: url(../images/ajax/close_default.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
	text-overflow: -9999px;
	overflow: hidden;
}

