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

.selectlist-item {
	background: #fff url(../images/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;
	margin: 1px 0;
}
*/

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

.selectlist-item {
        background: #fff url(../images/remove.png) no-repeat 99.5% center;
        border-left: solid 0px #eee;
        border-top: solid 0px #eee;
        border-right: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
        cursor: pointer;
        padding: 0.2em 0.3em;
        margin: 2px 2px 0 0 !important;
        width: 95%;
}
