#overlay {
	position:fixed;
	left:0;
	top:0;
	padding:0;
	width:100%;
	height:100%;
	background-color: #000;
	z-index: 10;
	opacity: .80;
	filter: alpha(opacity=80);
	display: none;
}
#message, #message2{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 20;
	background-color: #FFF;
	width: 500px;
	margin: -75px 0 0 -250px;
	display: none;
	padding: 15px;
	font-family: arial;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	color: #666;
	border: 2px solid #b1b1b1;
}
#closeMessage, #closeMessage2 {
	margin-top: 10px;
	width: 50px;
	text-align: center;
	clear: both;
	border: 1px solid #c7c7c7; padding: 3px 10px 3px 10px;
	background-color: #eee;
}