Just wanted to see what the general opinion on this one is. It has to do with form controls.
As we all doubtless already know, Mozilla and Netscape6 define their own set of form controls, which by default look wather Windowsy. However, they do have an important advantage: CSS works on them, with all the standard properties and such. This lets the designer create form controls which better blend in with the page. It also lets the user override those defaults to something they prefer.
Other browsers will, of course, show the form controls as they usually do (looking native, or in IE5/Mac's case, mostly-native), because CSS-capable browsers (at least theoretically) ignore what they can't process.
My question: do you think this is worth it? Is it better to have form controls always look native, or to let the designer blend them into the page?