/* General */
.add {
    background: url("../images/buttons/add.gif") no-repeat top left;
    width: 135px;
    height: 35px;
    border: 0px;
    cursor: pointer;
}
.delete {
    background: url("../images/buttons/delete.gif") no-repeat top left;
    width: 135px;
    height: 35px;
    border: 0px;
    cursor: pointer;
}
.save {
    background: url("../images/buttons/save.gif") no-repeat top left;
    width: 95px;
    height: 35px;
    border: 0px;
    cursor: pointer;
}
.cancel {
    background: url("../images/buttons/cancel.gif") no-repeat top left;
    width: 95px;
    height: 35px;
    border: 0px;
    cursor: pointer;
}
.activate {
    background: url("../images/buttons/activate.gif") no-repeat top left;
    width: 135px;
    height: 35px;
    border: 0px;
    cursor: pointer;
}
.deactivate {
    background: url("../images/buttons/deactivate.gif") no-repeat top left;
    width: 135px;
    height: 35px;
    border: 0px;
    cursor: pointer;
}

/* User */
.modificaDate {
    background: url("../images/buttons/user/modificaDate.gif") no-repeat top left;
    width: 135px;
    height: 35px;
    border: 0px;
    cursor: pointer;
}
.schimbaParola {
    background: url("../images/buttons/user/schimbaParola.gif") no-repeat top left;
    width: 135px;
    height: 35px;
    border: 0px;
    cursor: pointer;
}