div.sticky-queue{position:fixed;background-image:url("../images/sticky_bg_repeating.jpg");background-repeat:repeat-y;border:3px solid #DBDBDB;width:200px;z-index:999;}

div.sticky-note{padding-right:20px}

div.sticky
{
	font-size:12px;
	font-family: 'Corbel', Century Gothic, sans-serif;
	color:white;
	display:none;
	padding:10px;
	position:relative;
	font-weight: bold;
}

div.sticky span.rewards
{
	display: block;
	float: left;
	width: 33px;
	height: 48px;
	background-image: url("../images/sticky_note_number_bg.png");
	background-repeat: no-repeat;
	margin-right: 5px;
	padding: 1px;
	padding-left: 13px;
	padding-right: 4px;
	font-size: 25px;
	font-weight: bold;
}

div.sticky span.content
{
	margin-left: 55px;
	display: block;
}

img.sticky-close{position:absolute;bottom:3px;right:3px;height:14px;width:14px;cursor:pointer}

.top-right{right:20px}

.top-left{left:20px}

.top-right,.top-left{top:-2px;}

.bottom-right{right:20px}

.bottom-left{left:20px}

.bottom-right,.bottom-left{bottom:-2px;}

.border-top-right,.border-top-left{border-top:1px solid #999}

.border-bottom-right,.border-bottom-left{border-bottom:1px solid #999}