@charset "utf-8";
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

