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;
}