#subscription-blackout-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=60);
	opacity:0.6;
	-moz-opacity:0.6;
	z-index: 10000;
	text-align:center;
	vertical-align:middle;
	display: none;
}

#subscription-modal-contents {
	z-index: 10001;
	position: absolute;
	display: none;
}

.subscription-modal-close {

}

.subscription-modal-close-wrapper {
	box-shadow: 2px 2px 4px #000000;
	padding-bottom: 5px;
	float: right;
	width: 35px;
	height: 35px;
	margin-bottom: 7px;
}

.subscription-modal-image-link {
	box-shadow: 2px 2px 4px #000000;
	height: auto;
	margin: 0px;
	padding: 0px;
	max-height: 344px;
	clear: both;
}

.subscription-modal-image-link img {
	border: 0px;
}