#notification_locker
{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

#notification
{
    z-index: 1001;
}

/* ---- notification group system ------------------------------------------- */

/* ---- notification group campaign ----------------------------------------- */

#notification.group_campaign
{
    position: relative;
    top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    height: 380px;
    color: Black;
    border: 2px solid #ccc;
    -moz-border-radius: 18px;
}

#notification.group_campaign .header
{
    position: relative;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    padding-left: 5px;
}

#notification.group_campaign .header .close_button
{
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px;
    height: 10px;
    background-position: -230px -100px;
    cursor: pointer;
}
#notification.group_campaign .header .close_button:hover
{
    background-position: -230px -110px;
}

/* ---- notification group game --------------------------------------------- */

/* ---- notification group advertisement ------------------------------------ */

#notification.group_advertisement
{
    position: relative;
    top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    height: 380px;
    color: Black;
    border: 2px solid #ccc;
    -moz-border-radius: 18px;
}

#notification.group_advertisement .header
{
    position: relative;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    padding-left: 5px;
}

#notification.group_advertisement .header .close_button
{
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px;
    height: 10px;
    background-position: -230px -100px;
    cursor: pointer;
}
#notification.group_advertisement .header .close_button:hover
{
    background-position: -230px -110px;
}

#notification.group_advertisement .footer
{
    position: absolute;
    left: 0px;
    bottom: 3px;
    height: 20px;
    line-height: 24px;
    font-size: 11px;
    font-weight: normal;
    vertical-align: middle;
    padding-left: 5px;
    color: #666;
}
