.selectlist-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left:50px;
	width:180px;
}

.selectlist-item {
	background: #fff url(../img/cross-circle.png) no-repeat right center;
	border-left: solid 1px #eee;
	border-top: solid 1px #eee;
	border-right: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
	cursor: pointer;
	padding: 0.2em 0.3em;
	padding-right: 24px;
	margin: 1px 0;
	color: #666;
}

