.bsmContainer { /* container that surrounds entire bsmSelect widget */ color: #555; } .bsmSelect { /* the newly created regular 'select' */ display: inline; } .bsmOptionDisabled { /* disabled options in new select */ color: #999; } .bsmHighlight { /* the highlight span */ float: right; padding: 0; margin: 0 0 0 1em; } .bsmList { /* html list that contains selected items */ border-color: #DFDFDF; margin: 0.25em 0 1.5em 0; position: relative; display: block; padding-left: 0; list-style: none; width: 287px; } .bsmListItem { /* li item from the html list above */ position: relative; margin-left: 0; padding-left: 0; list-style: none; background: #FCFCFC; border: 1px solid #DFDFDF; width: 100%; margin: 0 0 -1px 0; line-height: 1em; } .bsmListItem:hover { background-color: #F0F0F0; } .bsmListItemLabel { /* this is a span that surrounds the text in the item, except for the remove link */ padding: 5px; display: block; } .bsmListSortable .bsmListItemLabel { cursor: move; } .bsmListItemRemove { /* the remove link in each list item */ text-decoration: none; position: absolute; right: 0; top: 0; padding: 5px; } .bsmListItemRemove:hover { text-decoration: underline; } #bsmListbsmContainer0 { margin-top: 12px; }