.note {
	display: none;
	background: url("http://85.14.4.114:8080/snimka/v3/img/spacer.gif"); 
	border: 1px dashed #ff0000; 
	overflow: hidden; 
	position: absolute; 
	z-index: 0;
	cursor: text;
}

.notep {
	display: none; 
	background: #eee; 
	font-size: 8pt; 
	margin-top: 0px; 
	padding: 2px;
	position: absolute;
	width: 175px;
	cursor: text;
} 

#noteform {
	display: none;
	position: absolute;
	width: 250px;
}

#noteform textarea {
	width: 100%;
	border:1px solid #000000;
}


#NoteAddForm legend {
	color: #ffffff;
	background-color: #000000;
	padding:2px;
}

#addnote {
	color: #000000;
	border:1px solid #000000;
}

#cancelnote {
	color: #000000;
	border:1px solid #000000;
}