div.sticky-queue {
	position:fixed;
	background:#fff;
	border:2px solid #ccc;
	width:400px;
}

.top-center {
    top: -2px;
    left:50%;
    margin-left: -200px;
}

div.sticky {
    font-size:14px;
    color:#f00;
    display:none;
    position:relative;
    height: 30px;
}

.border-top-center {
    border: 1px solid #333;
}

div.sticky-note {
    padding: 5px;
}

img.sticky-close {
/*	position:absolute;
	top:10px;
	right:10px;
	height:24px;
	width:14px;
	cursor:pointer;*/
    display: none;
}