a.fb {
    font-family: Helvetica Neue, Helvetica;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    border: 1px solid #3e5386;
    padding: 0px 3px;
    background: -webkit-linear-gradient(#6d80a6, #4e6293);
    background: -moz-linear-gradient(#6d80a6, #4e6293);
    background: -o-linear-gradient(#6d80a6, #4e6293);
    background: -ms-linear-gradient(#6d80a6, #4e6293);
    background: linear-gradient(#6d80a6, #4e6293);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,20,.4);
    font-weight: bold;
/*    box-shadow: inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.2), 0 0 0 1px #2e4464; -- this gives the inner white border on old facebook buttons */
    text-decoration: none;
    border-radius: 13px;
    position: relative;
}

a.fb:hover {
    background: -webkit-linear-gradient(#6d80a6, #4e6293) !important;
    background: -moz-linear-gradient(#6d80a6, #4e6293) !important;
    background: -o-linear-gradient(#6d80a6, #4e6293) !important;
    background: -ms-linear-gradient(#6d80a6, #4e6293) !important;
    background: linear-gradient(#6d80a6, #4e6293) !important;
}

a.fb.sidebar {
    margin: 7px 0px;
}

.connect:before, .share:before {
    display: inline-block;
    position: relative;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAATCAYAAACp65zuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ1JREFUeNpi1PcuYEACikA8GYi9GdAACzJHRU5iUX6in42tqSYDXoWlaUFW5gaqDNgAEzLHSEeJiQEHQDGRlYUZzv71+0+ZWWBpN1YTkQEbK8tEdKv5gfg/FMOBgU/hTyTxDwxzVuyW/U8AfP3+4w9Oq5HB+w9fvjECNfCDjcYPtrIA3fIRyGAE8S5s6f+P5EZGnOGID4wqxAsAAgwAZJZIKuTDCsgAAAAASUVORK5CYII=);
    height: 23px;
    background-repeat: no-repeat;
    background-position: 0px 3px;
    text-indent: -9999px;
    text-align: center;
    width: 7px;
    line-height: 23px;
    margin: -8px 7px -7px 0;
    padding: 0 7px 0 0;
    content: "f";
    border-right: 1px solid #4e6293;
    box-shadow: 1px 0 0 rgba(255,255,255,.1);
}

.share:after {
    content: attr(data-text);
    display: inline-block;
    background: -webkit-linear-gradient(#fcfcfd, #bec9db);
    background: -moz-linear-gradient(#fcfcfd, #bec9db);
    background: -o-linear-gradient(#fcfcfd, #bec9db);
    background: -ms-linear-gradient(#fcfcfd, #bec9db);
    background: linear-gradient(#fcfcfd, #bec9db);
    color: #4e6293;
    text-shadow: 0 1px 0 rgba(255,255,255,.6);
    padding: 6px;
    margin: -6px -8px -6px 6px;
    border-left: 1px solid #4e6293;
    box-shadow: -1px 0 0 rgba(255,255,255,.1);
    border-radius: 0 3px 3px 0;
}