Image padding help

i want the page to look how it does in firefox. i’m actually copying the code from a site of mine on which it works also in IE, but for whatever reason it’s not working here. any ideas?

<style>
<!--
img {
	border: solid;
	border-width: 1px;
	border-color: black;
	padding: 5px;
	background-color: white;
}
-->
</style>

<img src="pattern.gif" />