.status {
    float: left; padding: 0px 4px; color: #fff; overflow: hidden; line-height: 18px; margin-right: 5px; border-radius: 6px;
}
.status.new{
    background: #b13b3b;
}
.status.acc{
    background: #0066cc;
}
.status.pre{
    background: #daaf2c;
}
.status.com{
    background: #008000;
}
.status.wit{
    background: #888888;
}

