Thanks for the heads up on the logo. I went in and gave the logo's dimension in header.php and that seemed to work. I don't want the logo to zoom. I have more work to do in the header, but later.

Working on Mac 0S 10.3.9 + firefox 2 at work. Don't always have time to check the site on another machine here at work. There is a site where you can submit your url to and it will take a snapshot of your site in how ever many browsers you want to test in... but can't seem to recall where that is at the moment. Paid feature though.

Your suggest got me on track. This actually works well, and looks great in Safari and Netscape as well (even worked in IE 5.2, but everything else broke!):

FORM, SELECT {
display:inline;
font-size:1em;
margin:0.5em 1% 0.5em 1%;
}

I seem to recall somewhere that certain elements in IE don't like ems...

Here is a great link on styling forms for any interested:

http://www.456bereastreet.com/archiv...form_controls/

Thanks for the help!