.note {
	display: none;
	background: url(spacer.gif); 
	border: none; 
	overflow: hidden; 
	position: absolute; 
	z-index: 0;
	cursor: pointer;
}

.notep, .notedesc {
	display: none; 
	background: #69003C; 
	color:#fff;
	font-size: 12px; 
	font-weight:bold;
	margin-top: 0px; 
	padding: 2px 5px;
	position: absolute;
	cursor: pointer;
}
.notedesc {
	top:550px;
	left:600px;
}
#desc_div{
	height:200px;
}
.notep a:link, 
.notep a:visited,
.notep a:hover {
	color:#fff;
	font-style: normal;
	border:none;
}

#notedesc {
	height:200px;
}

#noteform {
	display: none;
	position: absolute;
	width: 250px;
}

#noteform textarea{
	width: 100%;
}
