.asmContainer {
}

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

.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;
	color:#666;
	background-color:#eee;
	border: 1px solid #666; 
	width: 350px; 
	margin: 0 0 -1px 0; 
	line-height: 1em;
}

.asmListItem a{
color:#666;
text-decoration:none;
margin-right:5px;
}

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

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

.asmListSortable .asmListItemLabel {
	cursor: move; 
}

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

