.survey H1 {
	font-size : 20px;
}
.survey H2 {
	font-size : 16px;
	margin : 0;
}
.survey SPAN {
	font-size : 12px;
}

.survey ul {
	list-style-type: none;
	margin : 5px;
	padding-left : 20px;
}

.survey ul li {
	padding : 2px 0;
}

.survey .correct {
    color : GREEN;
	background: url(/idegaweb/bundles/com.idega.block.survey.bundle/resources/style/img/opts_16.gif) 0px 0px no-repeat;
	margin-left : -20px;
	padding-left : 20px;
}

.survey .selected_incorrect {
    color : RED;
	text-decoration: line-through;
	background: url(/idegaweb/bundles/com.idega.block.survey.bundle/resources/style/img/del_16.gif) 0px 0px no-repeat;
	margin-left : -20px;
	padding-left : 20px;
}

.survey .selected_correct {
    color : BLUE;
	background: url(/idegaweb/bundles/com.idega.block.survey.bundle/resources/style/img/opts_16.gif) 0px 0px no-repeat;
	margin-left : -20px;
	padding-left : 20px;
}


.survey .legend {
	width : 80px;
	padding : 5px;
	background-color : #ffffcc;
	border : 1px solid black;

}

.survey .legend SPAN {
	background : none;
	display : block;
}