div.user_unreported {
    background-image:url(../../images/1px_transparent_black15.png);
    border:1px solid #555555;
    padding:0 10px 0 10px;
    margin-bottom:5px;
    position:relative;
}

div.confirm_me {
    background-image:url(../../images/1px_transparent_white10.png);
}

div.user_unreported:hover {
    border-color:white;
}

div.user_unreported .command_del {
    position:absolute;
    width:15px;
    height:15px;
    right:0;
    top:0;
    background:url(../../images/delete.png) 0 0 no-repeat;
}

div.user_unreported .command_del:hover {
    background-position: 0 -15px;
    cursor:pointer;
    border-left:1px solid white;
    border-bottom:1px solid white;
}

div.user_unreported .command_confirm {
    position:absolute;
    padding:0 3px 0 3px;
    height:15px;
    right:0;
    top:0;
    color:#555555;
}

div.confirm_me .command_confirm {
    color:#a1a1a1;
}


div.user_unreported .command_confirm:hover {
    cursor:pointer;
    border-left:1px solid white;
    border-bottom:1px solid white;
    background-image:url(../../images/1px_transparent_black20.png);
    color:white;
}

div.unreported {
    padding:0 10px 0 10px;
    margin-bottom:5px;
    position:relative;
}

b.repbywinner {
    padding-left        : 16px;
    background-image    : url(../../images/orders/flag-gray.png);
    background-position : 0 0;
    background-repeat   : no-repeat;
}

