#av-overlay-wrap {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 10000;
	display: block;
	top: 0;
	left: 0;
	overflow-y: scroll;
}

#av-overlay {
	position: relative;
	top: auto;
	left: auto;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	max-width: 1200px;
	background: transparent;
	z-index: 10001;
	padding: 30px 40px 34px;
	text-align: center;
}

.verify_hidden{display: none;}

.warning{color: #d4232e; font-weight: bold;}

.verify-logo{
	max-width: 200px;
	margin: 20px auto 50px auto;
	display: block;
}

#av-overlay h1 {
	margin-bottom: 20px;
}

#av-overlay h6 {
	font-size: 26px;
	margin-bottom: 2em;
	display: block;
}
#av-overlay p {
	margin-bottom: 10px;
}
/*#av-overlay input[type="submit"]#av_verify {border: none; background-color: #f10615; padding: 13px 30px; font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: .9em; color: #fff; display: inline-block; margin: 0 auto; cursor: pointer;}*/

#av-overlay input[type="submit"]#av_verify, .exit-site{font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: 2em; color: #fff; padding: 0; background: none; border: none; height: auto; line-height: 1em; vertical-align: middle; font-weight: normal;}

#av-overlay input[type=text] {
	width: 50px;
	outline: none;
}
#av-overlay #av_verify_y {
	width: 70px;
}

#av-overlay .error {
	padding: 12px;
	background-color: #ffebe8;
	border: 1px solid #c00;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
