CSS for Form not Showing in IE9

I have a page that looks great in Safari and FF, but looks terrible in IE9 (none of the formatting codes are taking affect).

Can someone take a look at tell me if there’s something wrong with the code?

I have snapshots

.

Remove the p tag that you have wrapped the form with as that is invalid and is likely breaking IE and stopping the styles from being applied correctly.


[B]<p>
[/B]<form name="ChronoContact_contact_us" id="ChronoContact_contact_us" method="post" action="http://rewebbed.net/wvg/index.php?option=com_chronocontact&amp;task=send&amp;chronoformname=contact_us&amp;Itemid=6" >

... etc ...

</form>
<!-- don't remove the following 3 lines if you didn't buy a subscription -->
<div class="chronoform"> <a href="http://www.chronoengine.com">Powered By ChronoForms - ChronoEngine.com</a> </div>
														<!-- don't remove the 3 lines above if you didn't buy a subscription -->

[B]</p>[/B]


Edit:

hmm doesn’t look like you make code bold with the new vb4 as it has just added b tags.

Super duper! That was it!

Paul O’B, you are the man once more!