.clear {
	clear: both;
}

.leftfloat {
	float: left;
	margin-right: 10px;
}
.rightfloat {
	float: left;
}
