/* Message Queue */

.msg-queue {
    position:relative;
    padding:0px;
    margin: 10px 0 15px 0;
    border: 2px solid #999;
    font-weight: bold;
    background: #c6f6c6;
    border: 2px solid #2e6b2e;
    color: #2e6b2e;
}

div.msg-queue .msg {
    list-style: none;
    margin:5px 25px;
}

div.msg-queue.error {
    background: #f1a5a5;
    border: 2px solid #ff0000;
    color: #ff0000;
}

div.msg-queue.notice {
    background: #f1e778;
    border: 2px solid #c59207;
    color: #c59207;
}

.msg-queue {
    position:relative;
}

.msg-queue .close {
    position:absolute;
    top:3px;
    right:3px;
    display:block;
    width:16px;
    height:0px;
    padding-top:16px;
    overflow:hidden;
    background:url(../images/exp-admin-sprite.png) no-repeat 0px -511px;
}
