Most things seem to be working fine for me, but for some reason it appears as if the font is different between the "Name" & "Email" fields and the Message field. I swear I have in the .cforms textarea {} definition, the font-family definition, but they look definitively different.
In fact I am using firebug in fact and for some reason the css style that I defined in .cforms textarea{} doesn't even show up as being defined. Instead the style is being defined in some .css called forms.css. I have no idea what it is, and it is being defined as
font-family:-moz-fixed; in the message box and
font-family:-moz-use-system-font; in the Name and Email fields
I'm guessing this has something to do with Firefox, but still why would the style be overwritten from the actual style I'm using in wordpress (mono_space_dark.css in my case). Any help would be greatly appreciated.