.hide { display: none; }

.overlay {    
	width: 490px;
	height: 212px;
	background: url(overlay-bg.jpg) 0 0 no-repeat;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	margin-top: -125px;
	margin-left: -260px;  
	padding: 20px 25px;
}

.overlay h4 {
	color: #001f4e;
	font-family: 'Ultra', serif;  
	text-transform: uppercase;
	font-size: 50px;  
	line-height: 50px; 
	margin: 0 0 13px;
	padding: 0;
	text-align: center;
} 

.overlay ul {
	overflow: hidden;
}

.overlay li { 
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0; 
	width: 60px;
	margin-right: 20px; 
} 

.overlay li.first {
	width: 100px;
	padding-top: 18px;
	margin-left: 10px;
}

.overlay label {
	font-size: 12px;
	font-family: 'Ultra', serif;
	color: #0058a0;
	text-align: center;
	width: 50px; 
	display: block;
}
	
.overlay input {
	width: 50px;
	height: 42px;
	border: 1px solid #0058a0;
	background: #fff; 
	font-size: 30px;
	font-family: 'Ultra', serif;
	color: #ff0000; 
	text-align: center;	
}

.overlay li.enter {
	padding-top: 17px;
}

.overlay li.enter input{
	border: none;
	background: none; 
	font-size: 37px;
} 

.overlay ul {
	margin: 0;
	padding: 0;
}

.overlay li a {
	text-decoration: none;
	font-family: 'Ultra', serif;
	color: #ff0000; 
	font-size: 30px; 
	text-transform: uppercase;
}

.overlay form p {
	margin: 5px 0 0;
	padding: 0;
	margin-left: 10px;
	background: url(21-text.png) 0 0 no-repeat;
	text-indent: -9999px;
}


.overlay .social-media-links a {
	position: absolute;
	height: 30px;
	width: 60px; 
	bottom: 23px;
	left: 0;
}

.overlay .social-media-links a.twitter-west {
	left: 147px;
}  
 
.overlay .social-media-links a.twitter-midwest {
	left: 221px;
	width: 75px;
} 

.overlay .social-media-links a.twitter-south {
	left: 312px; 
	width: 63px;
}

.overlay .social-media-links a.twitter-northeast {
	left: 388px; 
	width: 83px;
} 

.overlay .social-media-links a.facebook {
	left: 486px;  
	width: 30px;
}
#overlay-backdrop { 
	  background: #000;
	  height: 100%;
	  left: 0;
	  opacity: 0.7;
	  filter:alpha(opacity=70);
	  position: fixed;
	  top: 0;
	  width: 100%;
	  z-index: 5;
}