#ambiance-notification {
    display: block;
    position: fixed;
    top: 10px;
    margin-top: 90px;
    right: 10px;
    z-index: 100100
}

.ambiance-title {
    font-weight: bolder
}

.ambiance-link a {
    font-weight: 700;
    text-decoration: none
}

.ambiance {
    float: right;
    clear: both;
    border: 3px solid transparent
}

.ambiance-default,
.ambiance-success,
.ambiance-error {
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px;
    margin: 10px
}

.ambiance-default {
    background: #000;
    color: #ddd
}

.ambiance-success {
    background: #468847;
    color: #dff0d8
}

.ambiance-error {
    background: #b94a48;
    color: #f2dede
}

.ambiance-close {
    display: block;
    position: relative;
    top: -2px;
    right: 0;
    color: #fff;
    float: right;
    font-size: 18px;
    font-weight: 700;
    filter: alpha(opacity=20);
    text-decoration: none;
    position: relative;
    line-height: 14px;
    margin-left: 5px;
    font-family: helvetica neue, Helvetica, Arial, sans-serif
}

.ambiance-close:hover {
    color: #bbb;
    cursor: pointer
}