I am trying to get an image sized through an external stylesheet. However, when I use the class I built on a page served up by the php shopping cart it seems to ignore the css rules.
I am not able to use my normal tools to see where the conflict might be. Please help me to get the image to size normally.
img.productlabel {
width:550px !important;
height:198px !important;
}