I’m not sure why, but in Windows (only!) Firefox 4.0.1 seems to think it’s cool to put a red box-shadow on any input field of the "email" type. Just leaving a note here in case it’s helpful – it’s easy enough to fix:
input[type="email"] {
box-shadow: none;
}