div.sticky-expand
	{
	position:fixed;
	background:#fff;
	border:1px solid #999;
	box-shadow:0px 0px 3px #bbb;
	-moz-box-shadow:0px 0px 3px #bbb;
	-webkit-box-shadow:0px 0px 3px #bbb;
	width:250px; 
	z-index:1005;
	padding:10px;
	font-size:11px;
	}
div.sticky-expand strong
	{
	color:#660000;
	font-weight:600;
	cursor:pointer;
	}
div.sticky-expand div
	{
	padding-right:35px;
	}
div.sticky-queue
	{ 
	position:fixed;
	background:#fff;
	border:1px solid #999;
	box-shadow:0px 0px 5px #bbb;
	-moz-box-shadow:0px 0px 5px #bbb;
	-webkit-box-shadow:0px 0px 5px #bbb;
	width:250px;
	z-index:1010;
	}
div.sticky-note
	{ padding-right:20px; }
div.sticky
	{
	font-size:14px;
	color:#555;
	display:none;
	padding:10px;
	position:relative;
	}
div.sticky strong
	{color:#660000;}
div.sticky em
	{font-size:14px;display:block;margin-bottom:3px;font-weight:bold;}
img.sticky-close
	{
	position:absolute;
	top:10px;
	right:10px;
	height:14px;
	width:14px;
	cursor:pointer;
	}
img.sticky-open
	{
	position:absolute;
	top:10px;
	right:32px;
	height:14px;
	width:14px;
	cursor:pointer;
	}
img.sticky-close-all
	{
	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 #999; }
.border-bottom-right, .border-bottom-left
	{ border-bottom:1px solid #999; }