
I'm using a <form> element inside the header and the SUBMIT button size gets cut off. The font size is set to 22px like the 2 text inputs. See Attachment to see what I mean.
What can I do to make the button height the same as the 2 text inputs?
Here is the code showing the text inputs and button.
<div style="margin:3px 0 0 0;"><input type="text" value="" style="width:200px; font-size:22px; font-weight:bold; color:black;" name="l" tabindex="2"><input type="submit" value="Search" style="font-size:22px;font-weight:bold" tabindex="3"></div>