.overlay {
	position: absolute; 
	top: 25px; left: 25px; right: 0;
	display: none; 
	padding: 10px; 
	width: 194px;
	height: 290px;
	background: transparent url(/images/survey/bck_overlay.gif) top left no-repeat;
	z-index: 1000;
	color: #696969;
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
}
#overlayheader {
	display: block;
	clear: both;
	height: 106px;
	width: 100%;
	margin-bottom: 5px;
}
#overlaybody {
	display: block;
	clear: both;
	height: 154px;
	width: 100%;
	line-height: 12px;
}
#overlaylogo {
	float: left;
	margin: 0;
}
#overlayclose {
	float: right;
	margin: 0 0px 0 10px;
}
.overlaybuttons {
	margin-top: 7px;
	_margin-top: 0px;
	*margin-top: 0px;
}
.overlay img {
	border: none;
}