div.sticky-queue {
    position: fixed;
    background: #ffffff;
    border: 1px solid #999999;
    box-shadow: 0 0 5px #bbbbbb;
    -moz-box-shadow: 0 0 5px #bbbbbb;
    -webkit-box-shadow: 0 0 5px #bbbbbb;
    width: 400px;
    bottom: 20px;
    z-index: 9999;
}

div.sticky-note {
    padding: 0 20px 0 10px;
    word-wrap: break-word;
    font: normal 10px Arial, Helvetica, Clean, sans-serif;
}

.sticky-icon {
    min-width: 20px;
    min-height: 20px;
    background-image: url(../../trigger-up-down.gif) !important;
}

div.sticky {
    font-size: 12px;
    color: #555555;
    display: none;
    padding: 10px;
    position: relative;
}

div.sticky-default {
    color: #555555;
}

div.sticky-info {
    color: #124d72;
    border-color: #b3dbf3;
    background-color: #dff0fa;
}

div.sticky-success {
    color: #546628;
    border-color: #d1dfae;
    background-color: #f0f5e5;
}

div.sticky-warning {
    color: #9f7d09;
    border-color: #f7dc7d;
    background-color: #fdf7e2;
}

div.sticky-error {
    color: #c01415;
    border-color: #f9c0c1;
    background-color: #fdefef;
}

img.sticky-close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 14px;
    width: 14px;
    cursor: pointer;
}

.top-right {
    right: 20px;
}

.top-left {
    left: 20px;
}

.top-right, .top-left {
    top: -2px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
}

.bottom-right {
    right: 20px;
}

.bottom-left {
    left: 20px;
}

.bottom-right, .bottom-left {
    bottom: -2px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
}

.border-top-right, .border-top-left {
    border-top: 1px solid #999999;
}

.border-bottom-right, .border-bottom-left {
    border-bottom: 1px solid #999999;
}
