#overlay
{
	position: fixed;
	Left: 0px;
	Top: 0px;
	background-color: #333333;
	width: 100%;
	Height: 100%;
	z-index: 999999999;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	text-align: center;
}

#Message
{
	text-align: center;
	position: fixed;
	top: 100px;
	margin-left: -252px;
	left:50%;
	background-color: #FFFFFF;
	height: 320px;
	z-index: 9999999999;
	width: 505px;
	border: 1px solid #000000;
	padding: 10px;
	background-image: url('../images2/bottom_message.gif');
	background-repeat: no-repeat;
	background-position:bottom;
}
