I think there is a semicolon missing in mail.php on
line 29. Dunno if it's already fixed but if not... i
just wanted to make sure ^^
And in ceres.css there should be a 1px after border:
solid where the looks for input etc is defined because
in firefox the border almost as big as a finger ^^
Anonymous
mail.php has been fixed a while ago.
The form field still is too thick in certain browsers.
Solution as proposed below:
input, select, option, textarea {
font-family: verdana,arial;
font-size: 10px;
background-color: #FFF;
color: #000000;
border:1px solid;
}