@charset "UTF-8";
/* CSS Document */
iepngfix/iepngfix.html
img.pngfix {
	behavior: url("pngHack.htc");
}
img.pngfix {
	behavior: url("pngfix.htc.html");
}
.class {
	width: expression(this.width > 100% ? 100%: true);
}
