I have a simple table with 1 TD with vertical-align:middle;. This TD contains an Image :
table
TD
vertical-align:middle;
Image
Just move your vertical-align: middle from the span to the image.
The image will align itself on the text; works better than the opposite ;)
img { height:43px;width:43px; vertical-align:middle; }
http://jsfiddle.net/ZnpNF/1/