.tf_agelimit_overlay {
	background: #000000;
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9998;
}

.tf_agelimit_popup {
	background: url(/bitrix/images/twofingers.agelimit/bg.png);
	font-family: Arial, serif;
	height: 451px;
	left: 50%;
	margin-left: -225px;
	margin-top: -225px;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 451px;
	z-index: 9999;
}

.tf_agelimit_image {
	margin: 62px 0 23px;
}

.tf_agelimit_title {
	font-size: 23px;
	font-weight: bold;
}

.tf_agelimit_text {
	font-size: 14px;
	line-height: 20px;
	margin: 30px auto;
	width: 300px;
}

.tf_agelimit_ok {
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	padding: 7px 18px;
}

.tf_agelimit_out {
	font-size: 11.5px;
	margin: 15px auto;
	width: 100px;
}

.tf_agelimit_out > a {
	color: #666666;
}

.tf_agelimit_informer.absolute {
	position: absolute;
	z-index: 9997;
}

.tf_agelimit_informer.fixed {
	position: fixed;
	z-index: 9997;
}

.tf_agelimit_informer.tl {
	top: 20px;
	left: 20px;
}
.tf_agelimit_informer.tc {
	top: 20px;
	left: 50%;
	margin-left: -27px;
}

.tf_agelimit_informer.tr {
	top: 20px;
	right: 20px;
}

.tf_agelimit_informer.br {
	right: 20px;
}

.tf_agelimit_informer.bl {
	left: 20px;
}
.tf_agelimit_informer.bc {
	left: 50%;
	margin-left: -27px;
}

.tf_agelimit_informer.fixed.br {
	right: 20px;
	bottom: 20px;
}

.tf_agelimit_informer.fixed.bl {
	left: 20px;
	bottom: 20px;
}
.tf_agelimit_informer.fixed.bc {
	left: 50%;
	margin-left: -27px;
	bottom: 20px;
}
  