#user-notifications{
    position: fixed;
    bottom: 22px;
    right: 10px;
    width: 300px;
    z-index: 1000;
}

#user-notifications .popup-notification{
    background: rgba(98, 98, 98, 0.9) none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    float: left;
    margin-bottom: 5px;
    padding: 12px;
    position: relative;
    width: 276px;
}

#user-notifications .popup-notification a{
    text-decoration: none;
    color: #fff;
    font: 12px/14px Arial;
}

#user-notifications .popup-notification .close{
    background: url("/sites/all/modules/user_notifications/pop_close.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 12px;
    position: absolute;
    right: 2px;
    text-decoration: none;
    top: 2px;
    width: 12px;
}

#user-notifications .popup-notification .content{
    width: 100%;
    float: left;
}

#user-notifications .popup-notification .content img{
    float: left;
    margin-right: 5px;
    max-width: 60px;
    max-height: 60px;
}