xhtml styles

I'm trying to add styles to form fields.  I have the following in my
css, but it doesn't work in IE.  Is this the proper syntax?
 
input[type=text]{
border:solid #7F9D89 1px;
}
input[type=password]{
border:solid #7F9D89 1px;
}

Received on Friday, 23 January 2004 16:42:56 UTC