:focus {
	outline:0;
}
.add-sticky {
	cursor: pointer;
    position: fixed;
    top: 8px;
    left: 10px;
    font-size: 200%;
    background: #fdfdbe;
    color: #828282;
    border: 2px solid #fff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    box-shadow: 3px 3px 10px rgba(0,0,0,.45);
	z-index:1001;
}
.add-sticky:hover {
	background: #fff;
}
.sticky {
	width:300px;
	background:#fdfdbe;
	box-shadow:3px 3px 10px rgba(0,0,0,0.45);
	z-index:1000;
}
.sticky-content {
	min-height:150px;
	/*border-left:3px double rgba(238, 150, 122, .75);
	margin-left:30px;*/
	padding:5px;
}
.sticky-header {
    cursor: all-scroll;
	padding:5px;
	background:#f3f3f3;
	border-bottom:2px solid #fefefe;
	box-shadow:0 3px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow:0 3px 5px rgba(0,0,0,0.25);
	-moz-box-shadow:0 3px 5px rgba(0,0,0,0.25);
}
.sticky-bottom {
	cursor: move;
	padding:5px;
	/*border-left:3px double rgba(238, 150, 122, 0.75);*/
	margin-left:0px;
}
.sticky-top {
	padding:5px;
	/*border-left:3px double rgba(238, 150, 122, 0.75);*/
	margin:0px;
}
.sticky-status {
  cursor: hand;
	color:#ccc;
	padding:5px;
}
.close-sticky {
	background:#474747;
	float:right;
	cursor:default;
	color:#ececec;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
	cursor:pointer;
}
.sticky-color{
	border:none;
	padding:0;
	margin:0;
	width:20px;
	height:20px;
	float:right;
	margin-right: 5px;
}