.checkedList {
	list-style: none;
	margin: 0;
	padding: 0;
}
	.checkedList li {
		background: url(../images/shared/listCheck.png) no-repeat 0 0;
		padding: 0 0 12px 25px;
		color: #757474;
	}