.selectlist-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.selectlist-item span {
	/* Icon from http://pinvoke.com/ */
	background:  url(cross-circle.png) no-repeat right center;
	cursor: pointer;
	padding: 0.2em 22px 0.2em 0.3em;
	margin: 1px 0;
	display:block;
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
