li.taggg {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    background:url(/static/images/tag-bg.png) left;
    padding: 0 0 0 12px;
    margin: 0 12px 0 0;
    position: relative;
    float: left;
    height: 19px;
    line-height: 19px;
}

li.taggg span {
    display: block;
    top: 0;
    background: url(/static/images/tag-bg.png) right;
    padding: 0 12px 0 0;
    margin: 0 -12px 0 0;
    height: 19px;
    line-height: 19px;
}

#tag-show-only {
    display:block;
    position:absolute;
    right:9px;
    top: -8px;
}

#tag-remove {
    display:block;
    position:absolute;
    right:-8px;
    top: -8px;
}
