.notice-wrap {
   position: absolute;
    right: 257px;
    top: 69px;
    width: 300px;
    z-index: 9999;
}

.notice-item {
    height: 20px;
    background: #333;
    color: #ffffff;
    padding: 8px 10px 8px 46px;
    font-family: Arial;
    /*font-family: lucida Grande;*/
    font-size: 13px;
    display: block;
    position: relative;
    margin: 0 0 12px 0;
}

.notice-item-close {
    position: absolute;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    right: 6px;
    top: 6px;
    cursor: pointer;
}

.error
{
    background: url("/images/icons/icons.png") 6px -97px no-repeat;
    background-color: #ff0000;
    border: 1px solid #ff0000;
}

.warning
{
    background: url("/images/icons/icons.png") 6px -97px no-repeat;
    background-color: #EF9398;
    border: 1px solid #DC5757;
}

.notice
{
    background: url("/images/icons/check-red.png") 6px no-repeat #333;
    border: 1px solid #999;
}

.success
{
    background: lime;
}

