div#survey
{
	position: absolute;
	border : thin solid #cccccc;
	width: 425px;
	height: 400px;
	background-color : White;
	padding: 5px;
	overflow: auto;
	z-index:10;
	left:0;
	right:0;
}

table#survey_rating
{
	width: 375px;
}

textarea#improvement
{
	width: 375px;
	height: 75px;
}

