.asmContainer {
}

select.asmSelect {
	display: inline; 
	margin-right: 1em; 
	width:100%;
}

.asmHighlight {
	margin: 0;
	padding: 0;
}

.asmList {
	margin: 0.25em 0 1em 0; 
	position: relative;
	display: block;
	padding-left: 0; 
	list-style: none; 
}

.asmListItem {
	position: relative; 
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	background: #eeffff;
	border: 1px solid #bbb; 
	width: 100%; 
	margin: 0 0 -1px 0; 
	line-height: 1em;
	padding:0;
}

.asmListItem:hover {
	background-color: #e5e5e5;
}

.asmListItemLabel {
	padding: 5px; 
	display: block;
}

.asmListSortable .asmListItemLabel {
	cursor: move; 
}

.asmListItemRemove {
	position: absolute;
	right: 0; 
	top: 0;
	padding: 5px; 
}
