#socialtabs .ui-widget-content {
  border: 1px solid #00406e;
  margin-top: 0px;
  background: white none;
}
.ssshare {
  filter: "";
  box-shadow: inset 0 -8px 6px -2px #ededed;
  -webkit-box-shadow: inset 0 -8px 6px -2px #ededed;
  background: url('../image/ss_share.png') no-repeat 2px;
}
.ssshare:hover {
  filter: "";
  background: url('../image/ss_share.png') no-repeat 2px;
  box-shadow: inset 0 -8px 6px -2px gainsboro;
  -webkit-box-shadow: inset 0 -8px 6px -2px gainsboro;
}

