form ol {
		list-style: none;
		padding: 0;
		margin: 0;
		width:100%;
	}
form li{
	float:left;
	}
label {
	line-height:50px;
	padding: 20px 30px 5px 30px;
	background: url(/images/checkbox.png) no-repeat 0px 10px;
	cursor: pointer;
	cursor: hand;
}
label.checked {
line-height:50px;
	padding: 20px 30px 5px 30px;
	background: url(/images/checkbox_tick.png) no-repeat 0px 10px;
	
}
.q8
{
padding: 0px 30px 0px 15px;
color: #ca3827;
font-size: 12px;
font-style:italic;
font-weight:bold;
}
