div.stickynote {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1500;
	width: 170px;
	height: 240px;
	text-align: center;
}

div.stickynote img.background {
	position: absolute;
	width: 100%;
	width: 100%;
	top:0;
	left:0;
	z-index:1;
}

div.stickynote div.stickynote_title img#stickynote_close {
	z-index: 1600;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

div.stickynote div.stickynote_title img#stickynote_save {
	z-index: 1600;
	position: absolute;
	top: 5px;
	right: 22px;
	cursor: pointer;
}


div.stickynote textarea {
	z-index: 1600;
	position: absolute;
	left:5%;
	top: 20px;
	width: 80%;
	height: 50%;
	text-align: center;
	background: #fffecb;
	border: 0 solid #ddd;
	font-style: italic;
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 1.3em;
	color: #669;
	overflow: hidden;
	padding: 5px;
}