.asmContainer {
}

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

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

.asmList {

	list-style: none;
	text-align: center;
}

.asmListItemImage {
	text-align: center;
}

.asmListItem {
	text-align: center;
	padding: 1px;
	position: relative;
	margin: 1px;
	clear: both;
}

.asmListItem:hover {

}

.asmListItemLabel {

	display: block;
	text-align: center;
}

.asmListSortable .asmListItemLabel {
	cursor: move; 
}

.asmListItemRemove {
	position: relative;
	right: 0; 
	top: 0;
	padding: 1px;
	float: left;
}
