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

.selectlist-item {
	/* Icon from http://pinvoke.com/ */
	color: #0000FF;
	background: #fff url(cross-circle.png) no-repeat right center;
	cursor: pointer;
	padding: 0.1em 0.2em;
	margin: 1px 0;
}
