.floatleft{
	float: left;
	padding-right: 10px;
}
.floatright{
	float: right;
	padding-left: 10px;
}
.defaut{
	float: none;
}
.usetip{

}