The stylesheet associated with this page is:
input, textarea { border: solid; border-width: 1px; width: 100%; } input:hover, textarea:hover { background-color: rgb(149, 155, 179); } table { margin-right: auto; margin-left: auto; width: 75%; } td, th { background-color: rgb(202, 205, 217); }
There are what I believe to be the following errors in how this form is rendered in mozilla 0.99.
Additionally some sort of mechanism for styling the elements in the form input would be very useful to developers using stylesheets to alter form appearances. In the css3 spec it alludes to this issue being one of document architecture, but whatever the case some way to make that file dialogue match the appearance of the other elements would be nice.