/* Make the Search box flex wider (in this case 450 pixels wide) */
 #search-container, #searchbar {
   -moz-box-flex: 450 !important;
}

/* Set the Max-Width for Menus to 600 pixels */
menupopup > * {
  max-width: 600px !important;
}

/* Set the font size for the User Interface */
menubar, menubutton, menulist, menu, menuitem, textbox, toolbar, tab, tree, tooltip {
/*   font-family: verdana, helvetica !important; */
  font-size: 14px !important;
} 
