Internet Explorer and Firefox interpret <fieldset> differently.  IE makes rounded corners; Firefox makes square ones.  I just randomly found out how to make Firefox display rounded corners:  Put -moz-border-radius: 7pt; in the style sheet (with the leading dash).  I didn't implement this on my site, but I verified that it works.  (via coldforged) #technology