Border around form fields

Hello,

Could someone take a look at my page at www.meadowlarkco.com/indexnewsite_test7.htm and where I have my login prompting for user name and password could someone tell me how to get a border around it…I thought when you put the <fieldset> tag in it surrounded your fields with a border?

thanks

Your menunew.css stylesheet has the following rule:

img,fieldset {
    border:none;
}