body {
	font: normal normal 0.625em/1.3em Arial, Verdana, Helvetica, sans-serif;
}

/* Clearfix */
.clearfix {display: inline-block;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Default floating & alignment */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.hidden {
	display: none;
}

/* Font inherits for form elements */
input, textarea, select {
	font: inherit;
}