No, as far as I can see, you haven't used the code above; the code on your page is as follows:
#qa-share-buttons-container {
background: none repeat scroll 0 0 #DDDDDD;
font-size: 125%;
font-weight: bold;
margin: 20px 0;
padding: 20px;
text-align: center;
}
#qa-share-buttons {
margin-left: 6px;
}
#qa-share-buttons > span, #qa-share-buttons img, #qa-share-buttons > div, #qa-share-buttons > iframe {
vertical-align: middle !important;
}
.share-widget-container {
display: inline-block;
}
.qa-share-button {
vertical-align: middle !important;
width: 54px;
}
which is not the same as the code I gave you above.