.save-draft-button-green{
    background: #b8d38a;
    display: inline-block;
    padding: 5px 10px 3px;
    color: #042f15!important;
    border: 1px solid #3e6f2c;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
}

.save-draft-button-green:hover{
    background: #648f54;
}

#yournews .sdb-news {
    background: url(../images/sdbdraft.jpg) no-repeat left center;
}

#legend .sdb-legend{
    background: url(../images/sdbdraft.jpg) no-repeat 0px center;
}

#legend li{
    width: 235px;
}

#yournews .sdb-action-btn{
    float: left;
    margin-left: 48px;
    color: #3f758b;
    margin-top: 2px;
    display: inline-block;
    cursor: pointer;
}