.float_right {
    padding:0 0 .3em 1em;
    float:right;
}
.float_left {
    padding:0 1em .3em 0;
    float:left;
}

