When using ShareThis, the icons display below the baseline position. This is not good, especially when adjacent to Facebook and Twitter icons.
I added a vertical-align rule to the ShareThis spans and this solved the problem on IE and FF. But Chrome and Safari still have the vert align problem.
add
vertical-align:topfor the secondspanwith classstButtoninstead the firstspan.