ul.survey {
	margin: 0 18px;
	padding:0px;
}

ul.survey li {
	list-style:none;
	height:45px;
	padding:10px 0;
	margin:0px;
	border-bottom:1px solid #C3B995;
	background: url(../images/news/survey_good.gif) no-repeat left 10px;
	position:relative;
	}

#bad {
	background: url(../images/news/survey_bad.gif) no-repeat left 10px;
	}
	
ul.survey p{
	position:absolute;
	left:110px;
	width:420px;
	}
	
ul.survey h1{
	position:absolute;
	left:22px;
	top:5px;
	width:250px;
	color: #CFC198;
	font: 30px Arial, Helvetica, sans-serif;
	}
