/* Design 05 CSS JoomShareBar Copyright Roy Haanen */

.design05{
    -moz-box-shadow: 1px 1px 1px 1px #a8a8a8;
    -webkit-box-shadow: 1px 1px 1px 1px #a8a8a8;
    box-shadow: 1px 1px 1px 1px #a8a8a8;
    cursor: pointer;
    display: inline-block;
    font-family: "Lucida Grande", Tahoma, sans-serif;
    padding: 0 0.5em 0 0;
    text-align: left;
    text-decoration: none!important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    white-space: nowrap;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    height:2.5em;
    line-height:2.5em;
    color:#FFF!important;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    text-indent:0;
}

.design05:before{
    content: "";
    margin:0 0.6em 0 0;
    padding:0 0.5em;
    font: 120%/1.65 zocial;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    background-color: #FFF!important;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color:#606060;
    -webkit-border-top-left-radius:inherit;
    -moz-border-radius-topleft:inherit;
    border-top-left-radius:inherit;
    -webkit-border-bottom-left-radius:inherit;
    -moz-border-radius-bottomleft:inherit;
    border-bottom-left-radius:inherit;
    -webkit-border-bottom-right-radius:inherit;
    -moz-border-radius-bottomright:inherit;
    border-bottom-right-radius:inherit;
    -webkit-border-top-right-radius:inherit;
    -moz-border-radius-topright:inherit;
    border-top-right-radius:inherit;
    width: 1.3em;
    float: left;
    line-height: 2.1em;
    text-shadow: none;

}


