#survey {
	width:500px;
	margin:0 auto;
	text-align:center;
	color:#000000;
}
#survey #survey_form {
	float:left;
	width:100%;
	border:1px solid #002d56;
	background-color:#dfdfef;
}
#survey .wphead {
	margin-bottom:5px;
	padding:6px 0;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background:#002d56 url('../images/menuDullBlu.gif') repeat-x top left;
}
#survey .holder {
	float:left;
	width:100%;
	padding:2px 0;
}
#survey label {
	float:left;
	width:100px;
	font-weight:bold;
	text-align:left;
	cursor:pointer;
}
#survey span {
	float:left;
	width:auto;
}
#survey span.val {
	margin-left:2px;
	font-size:9px;
	font-weight:normal;
}
#survey label input {
	float:left;
	margin-left:10px;
	margin-right:3px;
}
#survey img {
	float:left;
	height:20px;
	border-left:1px solid #3f3f3f;
	border-right:1px solid #afafaf;
}