is there anything that stands out that could upset IE in this css or should I be looking a little deeper?
(I have a few inline styles in my form) and also are there any important do's and dont's when styling a form for cross browser compatability?
For anyone who fancies taking a look at the misery i'm facing my url is http://www.treequote..._snag_score.php
<style type="text/css">
input[type=text] {width: 40px}
#formwrap {background-color:#0CC; width:300px; margin-left:auto; margin-right:auto;
-moz-border-radius: 15px; border-radius: 15px; padding-left:40px; min-height:400px; }
input.clip {background-color:#0CC; color:#fff; font-family:Tahoma, Geneva, sans-serif; font-weight:bold;}
h2.location {color:#fff; font-family:Tahoma, Geneva, sans-serif; font-weight:bold;}
</style>












