.clear {	clear: both; }

HTML, BODY {
	margin: 0;
	padding: 0;
	height: 100%;
}
TABLE {
	border-collapse: collapse;
}
TD, FORM {
	padding: 0;
	margin: 0;
}

IMG {border: none;}

/* .clearfix - это контейнер для плавающих элементов  */
.clearfix{ display: inline-table;/* Hides from IE-mac \*/ height: 1%; display: block;/* End hide from IE-mac */ }
html>body .clearfix{ height: auto; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }


* html .png
{
	width: expression(this.firstChild.width);
	filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.firstChild.src+"', sizingMethod='image')");
	background: expression("transparent url(" + this.firstChild.src.replace(".png", ".gif")+") no-repeat");
	backgr\ound: none !important;
}
* html .png img
{
	behavior: expression(this.style.visibility="hidden");
}
* html .png A { position: relative; }
