.floatleft {
float:left;
padding: 0 10px 5px 0;
}

.floatright {
float:right;
padding: 0 0 5px 10px;
}
