#divNotification
{
    visibility: hidden;
    width: 340px;
    border: #333 3px solid;
    padding: 10px;
    z-index: 100;
    background-color: #d01f3b;
    text-align: center;
    color: #fff !important;
    position: absolute;
    z-index: 2147483647;
    font-size: 16px;
    line-height: 20px;
}

#divNotification a
{
    color: #fff !important;
}
#imgAvatar
{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    border: solid 1px #d01f3b;
    z-index: 2147483647;
}
#btnAccept, #btnReject
{
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;
    z-index: 2147483647;
}

