.leightbox {
	color: #666;
	display: none;
	position: absolute;
	top: 25%;
	left: 40%;
	width: 215px;
	height: 220px;
	padding: 1em;
	border: 5px solid #B8B8B8;
	background-color: #403b39;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#daysBoxOverlay{
	float: left;
	height: 155px;
	width: 95px;
}
#hoursBoxOverlay{
	float: left;
	height: 155px;
	width: 110px;
}
.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    
}#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    
}

.bodyOverlay {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	width: 210px;
	line-height: 20px !important;

}
.bodyOverlayBlue{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #cfe2eb;
	line-height: 20px !important;;
}
.introOverlay{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	color: #cfe2eb;
}
a{
  color: #84bed8;  
  text-decoration: underline;
  outline: none;  
}
a:hover{
	color: #cfe2eb;
	text-decoration: underline;
	outline: none; 
}