/* overlay */ 
.overlay, #overlay {
	padding:40px;	
	width:530px; 
	height:400px; 
	display:none;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background:url(../images/white.png) no-repeat;
	}

div.close {
	background:url(../images/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:85px; 
	width:35px;
	height:35px;
	cursor:pointer;
}
.overlay h2 
{
	font-family:Arial;
	font-size:32px;
	font-weight:bold;
	color:#194a7c;
	text-align:center;
	
}
.overlay p 
{
	font-family:Arial;
	font-size:20px;
	color:#000;
	text-align:center;
}
.overlay p a 
{
	font-family:Arial;
	font-weight:bold;	
	color:#194a7c;
	text-decoration:none;
	text-align:center;
}
.overlay p a:hover 
{
	font-family:Arial;
	font-weight:bold;
	color:#194a7c;
	text-decoration:underline;
	text-align:center;
}
