<optgroup> font "bug"
Mozilla's forms.css specifies the CSS font property for
<optgroup> as: font: -moz-list;. The
element doesn't inherit the <select> element's
font property and instead displays it in the default font.
This means that <select> elements with their
font-size set to something larger than the default will
not be rendered correctly, i.e. too "low".
This behaviour can be circumvented by explicitly setting the
font-size property for the <optgroup>
element.