#overlay.special {
	background: transparent;
	display: block;
	height: auto;
	left: 0;
	position: static;
	top: 0;
	width: auto;
}

#overlay.special #overlay-blanket {
	background: url(/img/tinter.png) transparent;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}

#overlay.special #overlay-close {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 600px;
}

#overlay.special #overlay-close a {
	background: url(/img/closebox.gif) transparent;
	color: #FFF;
	display: block;
	/* right: -4px; */
	right: -50px;
	position: absolute;
	text-indent: -1000em;
	/* top: 66px; */
	top: 70px;
	z-index: 104;
	width: 24px;
}

#overlay.special #overlay-content {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 600px;
	/*
	background: #D8F680;
	border: 4px solid #ADD82A;
	margin: 10% auto;
	padding: 20px 40px;
	position: relative;
	width: 500px;
	*/
}

#overlay.special #overlay-message {
	height: 100%;
	left: 0;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 100;
}

.hide {
	display: none;
}
