.sticky-queue{z-index:1000;position:fixed;background:#fff;border:1px solid #999;-moz-box-shadow:0 0 5px #bbb;-webkit-box-shadow:0 0 5px #bbb;box-shadow:0 0 5px #bbb;width:250px}
.sticky-note{padding-right:20px;}
.sticky{font-size:12px;color:#555;display:none;padding:10px;position:relative;overflow:hidden;text-overflow:ellipsis}
.sticky-close{position:absolute;top:10px;right:10px;height:14px;width:14px;cursor:pointer}
.sticky-close:before{content:"\2716"}
.top-right{right:20px}
.top-left{left:20px}
.top-right,.top-left{top:-2px;-moz-border-radius-bottomright:6px;-moz-border-radius-bottomleft:6px;-webkit-border-bottom-right-radius:6px;-webkit-border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px}
.bottom-right{right:20px}
.bottom-left{left:20px}
.bottom-right,.bottom-left{bottom:-2px;-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-radius:6px;border-top-left-radius:6px}
.border-top-right,.border-top-left{border-top:1px solid #999}
.border-bottom-right,.border-bottom-left{border-bottom:1px solid #999}
.sticky-success { background: #d9edf7; color: #3a87ad; }
.sticky-warning { background: #f89406; color: #ffffff; }
.sticky-important { background: #b94a48; color: #ffffff; }
.sticky-alert {background:#fcf8e3;color:#666666;}
.sticky-info { background: #3a87ad; color: #ffffff; }
