.FloatLeft {
	float: left;
	margin: auto 1em 0.25em 0;
}

.FloatRight {
	float: right;
	margin: auto 0 0.25em 1em;
}

