.checklist {	clear: both;	overflow: hidden;}.checklist li {	background: url(../images/checkbox.jpg) no-repeat 0 4px;	float: left;	margin: 0 30px 0 0;}.checklist li.selected {	background: url(../images/checkbox_selected.jpg) no-repeat 0 4px;}.checklist li.selected .checkbox-select {	display: none;}.checkbox-select {	display: block;	width: 15px;	height: 14px;}a.checkbox-deselect {	display: none;	width: 15px;	height: 14px;}.checklist li.selected a.checkbox-deselect {	display: block;}.checklist li a {	float: left;	width: 15px;	height: 14px;	margin: 0 5px 0 0;}.checkbox-select span, .checkbox-deselect span{	display: none;}.checklist li label{	float: left;	display: block;}.checklist li input {	display: none;	}
