Form dispaying badly in firefox

Hi,

can anyone see why this form is displaying the emial, subject and message fields over to the right like that, it’s displaying fine elsewhere (in other browsers…?)

http://www.evehickey.com/MB_test/

ta

Try removing display:block from this selector (master.css line 332)

fieldset div input, fieldset div textarea

perfect, can’t believe I didn’t spot that. Thanks!