
.floatL {
	float:				left;
}
.floatR {
	float:				right;
}
.clearB {
	clear:				both;
}
.empty {
	font-size:			1px;
	line-height:		1px;
}
.block {
	display:			block;
}
.inline {
	display:			inline;
}
.error {
	color:				rgb(255,0,0);
}
.textL {
	text-align: left;
}
.textC {
	text-align: center;
}
.textR {
	text-align: right;
}
.textJ {
	text-align: justify;
}
.bold {
	font-weight: bold;
}

/** Clear **/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
		.clearfix { display:inline-block; }
		/* Hide from IE Mac \*/
		.clearfix { display:block; }
		/* End hide from IE Mac */

		* html .clearfix { height: 1px; }