.lightbox {
	display: none;
	position: fixed;
	top: 50px;
	width: 900px;
	bottom: 50px;
	z-index: 1000;
	background-color: white;
	text-align: left;
	padding-top: 20px;
}

.gray_overlay {
	background: url("/static/images/splash/70.png") repeat scroll 0 0
		transparent;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
}

.terms_and_privacy_anchor {
	cursor: pointer;
}

#terms_and_privacy_close {
	cursor: pointer;
	position: absolute;
	right: -17px;
	top: -17px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: white;
}

.terms_and_privacy_content {
	display: none;
	overflow: auto;
	height: 100%;
	padding: 0px 30px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	text-transform: none;
	line-height: 18px;
}
/*#footer_privacy_policy {counter-reset: privacy_counter 0;}
#footer_terms_of_use {counter-reset: terms_counter 0;}*/
#footer_terms_of_use h2 {
	text-align: center;
}

.terms_and_privacy_content h3 {
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 10px;
}
/*#footer_privacy_policy h3:before {content: counter(privacy_counter) ". "; counter-increment: privacy_counter 1;}
#footer_terms_of_use h3:before {content: counter(terms_counter) ". "; counter-increment: terms_counter 1;}*/
.terms_and_privacy_content p {
	text-align: justify;
}

.terms_and_privacy_content ul,.terms_and_privacy_content ol {
	padding-left: 30px;
}