#quiz>ol {
	padding: 0 0 10px;
	margin: 0;
}
#quiz>ol>li {
	margin: 0 0 0 20px;
}
#quiz li img {
	vertical-align: middle;	
}
#quiz ol ol {
	list-style-type: none;
	margin: 0;
	padding: 8px 15px 10px 0;
}
#quiz ol ol li {
	position: relative;	
	margin: 0 0 0 -4px;
	padding: 2px 0 5px 4px;
	line-height: 18px;
	clear: left;
}
#quiz ol input {
	margin: 3px 25px;
}
#quiz ol ol li img {
	position: absolute;	
	left: 0;
	top: 0;
}
.correct {
	background: url(images/right.png) right center no-repeat;	
}
.wrong {
	background: url(images/wrong.png) right center no-repeat;	
}
.feedback {
	font-weight: bold;
	color: #006600;	
	display: none;
}
#quiz {

clear:both;
text-align:left;
height:auto;



}

.submit{

width:130px;
height:50px;
font-size:15pt;
background:#D34836;
color:white;

}