Your inline style rules for the image tag:
Quote:
style="display: inline; float: none; left: 0.0; top: 0.0"
|
will have higher priority than the rules in the stylesheet.
You should either remove them or move the ones you want to the css.
I don't think the left and top properties will have any effect unless you
define the position property to be something other than static (the default).