.wow-alert-overlay {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.75);
	z-index:500;
	z-index: 999999;
}
.wow-alert-content {
	position:fixed;
	top:50%;
	left:50%;
	padding:15px 20px;
	max-width:75%;
	min-width:200px;
	min-height:50px;
	background:#FFF;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	z-index:99999999;    
}
.wow-alert-content p {
    margin: 10px 0;
	font:11px Verdana,Helvetica, Arial, sans-serif;
    color: #333;
    text-align: center;
	line-height:16px;
}
.wow-alert-content a {
	display: block;
	width: 100px;
	height: 30px;
	margin: 10px auto;
	font:11px Verdana,Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: #ff8314;
	color: #F6FAF7;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out; 
}
.wow-alert-content a:hover {
	background: #ff5114;
}
