.notification
{
    position: fixed;

    right: 10px;
    bottom: 10px;

    width: auto;
    height: auto;

    padding: 20px;

    min-width: 300px;

    max-width: 400px;
    max-height: 300px;

    background-color: rgb(228, 228, 228);

    border-color: rgb(202, 202, 202);
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;

    z-index: 2;
}

.notification .close
{
    position: absolute;

    top: 5px;
    right: 5px;

    padding: 4px 6px;
    
    background-color: rgb(150, 150, 150);

    border-style: solid;
    border-width: 1px;
    border-radius: 6px;

    cursor: pointer;
    cursor: hand;

    font-size: 14px;
    font-weight: bolder;
}

.type_notification
{
    border-width: 0px 1px 0px 0px;
    border-color: rgb(202, 202, 202);
    border-style: solid;
}
.type_notification img{
    width: 50px;
    margin: 10px;
}