.noscroll {
	overflow: hidden;
}
#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 2000;
	opacity: 0.70;
}
#popup {
	display: none;
	position: fixed;
	z-index: 2001;
	top: 30%;
	left: 50%;
	width: 460px;
	margin-left: -250px;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	overflow: hidden;
}


#disclaimerBox {
	margin: 10px;
}

#approve:disabled {
	color: #ccc !important;
}

#static-disclaimer {
	color: #666;
	margin: 10px 0;
	font-size: 10px;
}
#static-disclaimer a, #static-disclaimer a:visited {
	color: #666;
}

@media screen and (max-width: 600px) {
	#popup {
		top: 20%;
		width: 300px;
		margin-left: -160px;
	}
}