/**
 * Copyright (c) 99designs. 2007-2014
 *
 * @source http://99designs.com/static/css/toaster/toaster.custom.css
 * @version 4625c4309b2c4a2
 */

.toaster-toast {
    width: 250px;
    padding: 15px;
    background-color: #F7F7F7;
}
.toaster-toast-content {
    min-height: 50px;
}
.toast-avatar {
    float: left;
    margin: 0;
}
.toaster-image {
    border: #ccc 1px solid
}
.toast-message {
    margin-left: 60px;
    font-size: 0.8em;
    line-height: 1.4em;
    color: #787878;
}
.toaster-toast-close-button {
    right: 2px;
    top: 2px;
    opacity: 0.5;
    filter: alpha(opacity=0.5);
}
.toaster-toast-close-button:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}
.toast-close-btn {
    width: 16px;
    height: 16px;
    background: url(/static/images/common/icons-small/close-inversed-small-darkgrey.png) no-repeat no-repeat;
    display: block;
}
