.note {
	display: none;
	background: url(spacer.gif); 
	/*background-color:#ffffff;color:#fff;width:100%;opacity:0.2; 
	filter: alpha(opacity=20);
	*/
	border: 2px dotted rgb(255, 255, 255); 
	
	overflow: hidden; 
	position: absolute; 
	z-index: 0;
	cursor: help;
}

.notep {
	display: none; 
	
	color: #ffffff;
	font-size: 12px; 
	font-weight: bold;
	margin-top: 0px; 
	padding: 2px;
	position: absolute;
	cursor: help;
} 

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

#noteform textarea{
	width: 100%;
}