The combobox drop down menu feels wrong. The non-expanded control is true to the style, but the dropdown itself looks like it doesn't implement the Win98/Winforms style. Maybe it's the border?
That's because you cannot style the browser-native dropdown panel with CSS. I don't know offhand if there is any good way to otherwise _emulate_ a dropdown with just CSS (i.e. without JavaScript).