
.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);
}

p, div {
	margin: 0px;
	padding: 0px;
}