.cf:after {
	content: ".";
	clear: both;
	height: 0;
	line-height: 1;
	font-size: 0px;
	display: block;
	visibility: hidden;
}

* html .cf,
*+html .cf {
	display: inline-block;
}
*html .iepngfix,
*+html .iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}

.clear {
	clear:both;
}