div.survey 
{
	 margin: 2px 2px 2px 20px; 
	 width: 240px; 
	 border: 0; 
	 overflow: hidden; 
	 padding: 5px; 
	 float:left;
}
div.survey div 
{ 
	border-bottom: 1px dotted #ccc; 
	overflow: hidden; 
	clear: left; 
}
div.survey div * 
{ 
	margin: 1px 0; 
}
div.survey div label 
{ 
	display: block; 
	float: left; 
	width: 240px; 
	overflow: hidden;
	padding-left:0
}
div.survey div em 
{ 
	padding-left: 3px; 
	color: grey; 
	display: none; 
	float: left; 
}

div.survey p.red
{
	color:red;
}

div.survey p.green
{
	color:green;
}

.surveyMsgArea { clear:both; text-align:right; margin:5px 0;}