
#content ul li {
	padding-left: 30px;
	list-style: none;
}

#content ul li.checked {
	background: url("/images/checked.gif") no-repeat left center;
}

#content ul li.unchecked {
	background: url("/images/unchecked.gif") no-repeat left center;
}