.clearfix:after,
.input:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix,
.input { display: inline-block; }
 /* Holly Hack Targets IE Win only \*/
	* html .clearfix,
	* html .input { height: 1px; }
	.clearfix,
	.input { display: block; }
/* End Holly Hack */
/* Hides from IE-mac \*/