Not one to disappoint, youv'e done something daft
I have my form elements applicable from an external css. Looking at the script though I see that I have the style for the submit button on the page. Its not a problem for me coz it is a fly page and there is ony the one for many clients.
Here is the code in my page.
<input style="background: #336633; color: #D2F3DA" type="submit" value="Send" name="B1"> <input style="background: #336633; color: #D2F3DA" type="reset" value="Start Over" name="B2">
it is along time since I did my form so I cant recall if I had the problem you did or if I did someting daft too.
Bazz