#divNotification
{
    visibility:  hidden;
    width: 240px;
    border: solid 1px gray;
    padding: 10px;
    z-index: 100;
    background-color: InfoBackground;
    text-align: center;
    position: absolute;
}
#imgAvatar
{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    border: solid 1px gray;
}
#btnAccept, #btnReject
{
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;
}