[jQuery] Thickbox does not apply css in Safari 3

[jQuery] Thickbox does not apply css in Safari 3


Hi,
I have a html which has css elements like:
<style type="text/css">
label {margin-bottom:10px;}
input {margin-bottom:10px;}
</style>
when this page is popup up with thickbox, it works except the css does
not apply to the related elements, if I display the page without
thickbox, everything works, any idea why? Thanks,
A.C.