#popup-iframe {
	position: fixed;
	z-index: 3000;
	display: none;
	border: 4px outset #333;
}

#blanket {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2000;
	display: none;
}

	#blanket .cover {
		filter: alpha(opacity=80); /* for IE */
		opacity: 0.8; /* CSS3 standard */
		background-color: #000;
		height: 100%;
		width: 100%;
	}
	
body.popup {
	background-color: #181818;
}
