img, input
{
	filter:expression( typeof XMLHttpRequest == "undefined" ? ( (typeof this.src == "string" && this.src.substr(this.src.length-4) == ".png" ? this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"', sizingMethod='scale')" + (this.src="/media/site/image/layout/clear.gif").substr(0,0) : "") ) : "");
}

img.nopngfix, input.nopngfix
{
	filter:expression( typeof XMLHttpRequest == "undefined" ? "" : "");
}

div.png
{
	background-image: expression( typeof XMLHttpRequest == "undefined" ? ( ( this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.currentStyle.backgroundImage.split('\"')[1] + "', sizingMethod='none')" ), this.style.backgroundImage = "none", this.src = "/media/site/image/layout/clear.gif" ) : "" );
}

div.pngscale,
div#wrapper div#shadeleft,
div#wrapper div#shaderight,
div#wrapper div#shadebottomleft,
div#wrapper div#shadebottom,
div#wrapper div#shadebottomright
{
	background-image: expression( typeof XMLHttpRequest == "undefined" ? ( ( this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.currentStyle.backgroundImage.split('\"')[1] + "', sizingMethod='scale')" ), this.style.backgroundImage = "none", this.src = "/media/site/image/layout/clear.gif" ) : "" );
}
