a strange behaviour is occurring on my site in Opera where my registration form is styled beautifully and as expected but my contact form is not. I cannot for the life of me figure out why as they reference the same stylesheet – minimal.css All other browsers behave well.
There is a chance that it's related to how the form has been inserted
in the post/page.
If you look at your page's HTML source code, it shows this format
<p>Please use our form below to get in contact with us
about …<br />
<form>….</form> </p>
However that last "</p>" needs to go right after you initial
sentence "Please use our form below…".
Try to insert a full carriage return in your page after the text and before the form. You could even make two CR's (WP strips out what it
doesn't need)