html .fb_share_button { 
  display: -moz-inline-block; 
  display:inline-block; 
  padding:1px 20px 0 5px; 
  height:15px; 
  /* border:1px solid #d8dfea; */
  border:1px solid #BBB; 
  background:url(images/facebook_sm.gif) no-repeat top right; 
} 
html .fb_share_button:hover { 
  color:#fff; 
  border-color:#295582; 
  background:#3b5998 url(images/facebook_sm.gif) no-repeat top right; 
  text-decoration:none; 
} 
