I have a simple select box with an option group in my application.
You can style the <optgroup> label only for Firefox like following
<optgroup>
optgroup[label] { color: grey; font-style: inherit; font-weight: 300; text-shadow: none }