I think your line is: 28 from here: (form.css)
.form { font-family: arial, sans-serif; } .form input[type=text], .form input.text, .form .calculate_box .calc{ background: transparent url(../images/input-background.png) repeat-x left top; border: 1px solid #a1a1a1; margin-left: -1px; height: 28px; line-height: 28px; display: block; width:284px; }
Causes a problem. Remember that this ad refers to the content of the tag, as well as to the tag itself. This can get you when it comes to forms.
source share