.toast
{
    position: absolute;
    list-style: none;
    padding: 0;
    top: 0;
    z-index: 999999;
    font-family: 'Helvetica Neue' ,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 22px;
}
.toast li
{
    margin: 10px 0 0 0;
    display: block;
    background-color: #fcf8e3;
    color: #c09853;
    border: 1px solid #fbeed5;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    box-shadow: 0 2px 5px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.15);
}
.toast li:first-child
{
    margin-top: 0;
}
.toast li.danger
{
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    padding-left: 55px;
}
.toast li.info
{
    background-image: url("D:\TFS_Projects\development\PropertyInspector\Images\accepted.png");
    background-repeat: no-repeat;
    background-position: left;
    color: #006600;
    background-color: #dff0d8;
    border-color: #dff0d8;
    padding-left: 55px;
}
.toast li.success
{
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.toast button.close
{
    background: none;
    border: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    float: right;
    padding: 0;
    margin: 0 0 0 5px;
    color: rgba(0,0,0,.25);
    cursor: pointer;
}
.toast h1, .toast h2, .toast h3, .toast h4
{
    display: inline;
}
.toast li.images
{
    background-image: url("D:\TFS_Projects\development\PropertyInspector\Images\accepted.png");
    background-repeat: no-repeat;
    background-position: left;
}
