I cant find a way to adjust the search button to be at the same vertical align with the form. The search button seem to have a middle align and the form a bottom, but i cant find any css tag that will control that. ( see attached screen shot )
Any suggestion how to get those two elements in line will be highly appreciated.
Here are some of the style definitions from stylesheet.css
Code:.navMainSearch { margin:0px 0px 0px 0px; margin-top:0px; margin-bottom:0px; line-height:0; float:left; }Code:.forward { float: right; }Code:FORM, SELECT, INPUT { display: inline; font-size: 1em; margin: 0.1em; }



