#av-overlay-wrap { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: url(../../img/bg-majorite.jpg) center fixed;
	background-size: cover;
	z-index: 10000;
	display: block;
	top: 0;
	left: 0; 
}

#av-overlay {
	position: fixed; 
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align:center;
	z-index: 10001;
	padding: 30px 40px 34px;

}
#av-overlay h1 {
	margin-bottom: 20px;
	margin-top:50%;
	text-transform:uppercase;
}
#av-overlay p {
	margin-bottom: 10px;
}
#av-overlay label{font-size:10px;text-transform:uppercase;}
#av-overlay input[type=submit]{width:130px;}
#av-overlay .small{font-size:10px;text-transform:uppercase;padding:10px;}
#av-overlay .submit {
	margin-bottom: 8px;
	
}

#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;
}

/* Minimum width of 400 pixels. */
@media screen and (min-width: 400px) {
	
	#av-overlay {
		position: relative;
		top: auto;
		left: auto;
		width: 40%;
		height: auto;
		margin: 60px auto 0 auto;
	}
	
}
