@charset "utf-8";
/* CSS Document */

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

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