.survey-box
{
	color: #FFFFFF;
	height:90px;
	padding: 5px;
	padding-left: 10px;
	position:absolute;
	right: 0px;
	top: 400px;
	width: 0px;
	background: url('survey-bg.png') left top no-repeat;
	overflow: hidden;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif
}

.survey-box div { margin-bottom: 5px; }

.survey-box .topleft
{
	width:230px;
	text-align:center;
	float:left;
	font-weight: bold;
}

.survey-box .topright
{
	width:150px;
	text-align:center;
	float:left;
	font-weight: bold;
}

.survey-box .left
{
	clear:left;
	width:180px;
	text-align:right;
	float:left;
}

.survey-box .center
{
	width:55px;
	text-align:right;
	float:left;
}


.survey-box .right
{
	width: 50px;
	text-align:left;
	float:left;
	margin-left: 10px;
}

.survey-form
{
	width: 128px;
	height: 50px;
	font-size: 10px;
	background: #666;
}