/*投票相关的支持按钮*/
.diggit{
    width: 125px;
    height: 50px;
    background: url('https://pic002.cnblogs.com/images/2011/70278/2011050520390113.gif') no-repeat;
    cursor: pointer;
    margin-top: 0px;
    padding-top: 9px;
    padding-left: 38px;
}
.diggnum{
    font-family:Georgia, Serif;
}
.buryit {
    display:none;
}
span#digg_count{
    font-size: 20px;
    color:green;
}