#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: 800px;
	background: transparent;
	z-index: 10001;
	padding: 30px 40px 34px;
	text-align: center;
}

.verify_hidden{display: none;}


#av-overlay h1{
/*	font-size: 47px;
	line-height: 50px;
	color: #fff;
	font-family: 'didotlight', Georgia, sans-serif;*/
}

#av-overlay .warning,label{
/*	color: #818181;
  font-size: 13px;
  font-family: Georgia, sans-serif;
  padding: 0px 80px;
  line-height: 20px;*/
}

/*label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px !important;
    font-weight: 100 !important;
		color: #fff;
}*/

#verify-lang{
/*	padding: 0px;
	margin: 0px;
	list-style-type: none;*/
}

#verify-lang a{
/*		color: #c9a16e !important;*/
}

/*.warning a{
	color: #fff !important;
	text-decoration: none !important;
}

.warning a:hover,button:hover{
	color: #c9a16e !important;
	text-decoration: none !important;
}*/


/*.pipeseparation{
	width: 1px;
	vertical-align: middle;
	display: inline-block;
	margin: 20px;
	background-color: #c9a16e;
	padding: 15px 0px;
	text-align: center;
	text-indent: -100000px;
}*/

/*.verify-logo{
	width: 360px;
	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.submit {
	margin: 60px 0px;
}
#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: 300;
}

#av-overlay input[type="submit"]#av_verify:hover, .exit-site:hover{
	color: #c09864;
	text-decoration: none !important;
}

#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;
}*/
