@charset "UTF-8";

html {
	cursor: default;
}

body {
	font-size: 12px; /* correct scaling with em! */
}

label, 
	input[type=button],
	input[type=submit], 
	button {
	cursor: pointer;
}

abbr[title] {
	border-bottom: 1px dotted #888 !important;
	cursor: help;
}

a abbr {
	cursor: pointer !important;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

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

* html .clearfix { height: 1%; }

