.note {
	display: none;
	background: url(spacer.gif); 
	border: 2px solid rgb(255, 255, 255); 
	overflow: hidden; 
	position: absolute; 
	z-index: 0;
	cursor: text;
}

.notep {
	display: none; 
	background: #282828;
  color: white;
  white-space: nowrap; 
	font-size: 8pt; 
	margin-top: 0px; 
	padding: 2px;
	float: left;
  position: absolute;
	cursor: text;
} 

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

#noteform textarea{
	width: 100%;
}