body {
	background-color: #666699;
	margin: 0;
	padding: 0;
}
#overlaycontainer
{
	height: 330px;
	width: 650px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #E9E9E9;
	border: #1931C2 ridge 5px;
	position:relative;
}

#overlayhead{
	
	width: 100%;
	height: 80px;
	text-align:center;
	color:#333333;
	font-size:18px;
}

#overlaybody{
	width 100%;
	height: inherit;
	color:#666;
	font-size:14px;
	line-height: 30px;
	padding: 20px;
	
}
.acknowledge{
	font-weight:bold;
	color: #900;
	line-height: 20px;
	text-align:center;
}
.ok {
	background-image:url(images/btn.gif);
	background-repeat:no-repeat;
    border-style:none;
    width: 110px;
    height: 20px;
	margin: 4px;
}