.floatleft{
	float: left;
	padding: 0 25px 10px 0;
}
.floatright{
	float: right;
	padding: 0 0 10px 20px;
}
.defaut{
	float: none;
}
