#overlay-age-verification
{
	position		: fixed;
	z-index			: 199;
	top			: 0px;
	left			: 0px;
	height			: 100%;
	width			: 100%;
}
* html #overlay-age-verification
{
	position		: absolute;
	height			: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.overlay-age-verification-bg
{
	background-color	: #000;
	-ms-filter		: "Alpha(Opacity=60)"; /* IE 8 */
	filter			: alpha(opacity=60); /* IE5-7 */
	-moz-opacity		: 0.60; /* Mozilla */
	opacity			: 0.60;
}

#overlay-age-verification-content
{
	background-image	: url(../../images/content/ageverification/background.jpg);
	background-repeat	: no-repeat;
	position		: absolute;
	top			: 270px;
	left			: 175px;
	padding			: 272px 0 0 540px;
	z-index			: 200;
	width			: 210px;
	height			: 155px;
	text-align		: center;
}

a.overlay-age-verification-true,
a.overlay-age-verification-false
{
	display			: block;
	width			: 70px;
	height			: 70px;
	float			: left;
	cursor			: pointer;
}
