div.stickyNote {
	z-index: 2;
	left: 50px;
	top: 120px;
	position: absolute;
	width: 288px;
	height: 160px;
	background-color: #1c5584;
	color: #000000;
	border: 1px solid #a71080;
}
span.snTitle {
	background-color: #1c5584;
	color: #FFFFFF;
	padding: 4px;
	position: absolute;
	height: 23px;
	z-index: 0;
}
span.snTitle {
	padding-left: 21px;
}
div.snContent {
	background-color: #FFFFFF;
	color: #000000;
	display: block;
	position: absolute;
	height: 132px;
	width: 280px;
	left: 3px;
	top: 23px;
	border: 1px solid #7f9db9;
	overflow: auto;
}
img.snIcon {
	position: absolute;
	padding: 5px;
	width: 15px;
	height: 15px;
	z-index: 1;
}
img.snIconClose {
	position: absolute;
	padding: 5px;
	width: 15px;
	height: 15px;
	right: 0px;
}
span.snTitlebar {
	position: absolute;
	width: 100%;
	height: 23px;
}
