.asmContainer {
	/* container that surrounds entire asmSelect widget */
	width:260px;
}

.asmSelect {
	/* the newly created regular 'select' */
	font: 75% Verdana, Arial, Helvetica; line-height: 1.5em; color: #555753; 	
	margin: 0.5em 0 0.25em 0;
	width:258px;
	font-size:11px;
}

.asmOptionDisabled {
	/* disabled options in new select */
	color: #999; 
}

.asmHighlight {
	/* the highlight span */
	font-size:12px;
	padding: 0;
	margin: 0 0 0 1em;
}

.asmList {
	/* html list that contains selected items */
	font: 75% Arial, Helvetica; line-height: 1.5em; color: #555753; 
	margin: 0.25em 0 1.5em 0; 
	position: relative;
	display: block;
	padding-left: 0; 
	list-style: none; 
	font-size:12px;
}

.asmListItem {
	/* li item from the html list above */
	position: relative; 	
	padding-left: 0;
	list-style: none;
	background: #ddd;
	border: 1px solid #bbb; 
	width: 100%; 
	margin: 0 0 -1px 0; 
	line-height: 1em;
}

.asmListItem:hover {
	background-color: #e5e5e5;
}

.asmListItemLabel {
	/* this is a span that surrounds the text in the item, except for the remove link */
	padding: 5px; 
	display: block;
}

.asmListSortable .asmListItemLabel {
	cursor: move; 
}

.asmListItemRemove {
	/* the remove link in each list item */
	position: absolute;
	right: -1; 
	top: -1;
	padding: 5px; 
}

.saisieText {
	/* the newly created regular 'select' */	
	width:160px;
	font-size:12px;
	margin: 0.5em 0.25em 0.25em 0;
}

.saisieTextBtn {
	/* the newly created regular 'select' */	
	width:50px;
	font-size:12px;
	margin: 0.5em 0 0.25em 0;
}

.myButton {
	/* the newly created regular 'select' */	
	font-size:12px;
	margin: 0.5em 0 0.25em 0;
}

