/* make the like button smaller */
.fb_edge_widget_with_comment iframe
{
    width:49px !important;
}

/* but make the span that holds the comment box larger */
span.fb_edge_comment_widget.fb_iframe_widget iframe
{
    width:0px !important;
}
.fb_edge_comment_widget.fb_iframe_widget { display: none !important }

.facebook_share_button_container{
	width: 59px;
	height:21px;
	overflow: hidden;
}

.facebook_button_container{
 width: 49px;
 height:21px;
 background: url('/images/facebook-like-button.png') no-repeat;
 background-position: -1px -1px;
 overflow: hidden;
}
