/* bb_ext.css
  styles for new bbwidgets
  */

/* editable drop down menu 'combobox'
  This is placed on the <select> */
.bbcombobox {
}

/* used internally, assigned to the editable
  portion of any combobox

  Note: width: 11em/  because the <select> down arrow is ~2em wide
  and our <select>s also have class .standard_width of 13em
*/
.bbcombobox_other {
    position: absolute;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    width: 11em;
    z-index: 2;
}

.bbcombobox_other input {
    width: 11em;
}
