ul.message_tray {
    width: 600px;
    font-size: small;
    margin: 10px auto;
}

ul.message_tray li {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 0px 40px;
    border: none;
}

ul.message_tray li.success {
    background: #E6EFC2 url(../images/silk/accept.gif) no-repeat 10px center;
}

ul.message_tray li.info {
    background: #cee5f8 url(../images/silk/information.gif) no-repeat 10px center;
}

ul.message_tray li.notice {
    background: #FFF6BF url(../images/silk/error.gif) no-repeat 10px center;
}

ul.message_tray li.error {
    background: #FBE3E4 url(../images/silk/exclamation.gif) no-repeat 10px center;
}

/* overwrite Blueprint CSS */
ul.message_tray ul,
ul.message_tray ol {
    margin: 0 1.5em;
}

.info {
    border:2px solid #DDDDDD;
    margin-bottom:1em;
    padding:0.8em;
}

.info {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #cee5f8 repeat scroll 0 0;
    border-color: #b5d2de;
    color: #2f487c;
}
