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

.notep {
	display: none; 
	background: #000; 
	color: #fff;
	border:1px solid #ff0;
	font-size: 8pt; 
	margin-top: 0px; 
	padding: 2px;
	position: absolute;
	width: 105px;
	cursor: default;
	padding: 1px 3px;
} 

#noteform {
	display: none;
	position: absolute;
	width: 220px;
	background: #ccc;
	border:2px solid #333;
	padding: 2px;
	padding-bottom: 0;
	color: #000;
	font-size: 10px;
	z-index:10000;
	top:480px;
}

#addnotelink {
	cursor: pointer;
	color: #fbdc37;

}
#noteform textarea{
	width: 100%;
}
.note_search {
	width:210px;
	border:1px solid #333;
	background: #999;
}
.tag_chose {
	width: 210px;
	border: 1px solid #888;
	padding: 5px 3px;
	color: #000;
	background: #999;
	margin: 3px 0 0 0;
}
.note_save {
	width: 90px;
	padding: 1px 3px;
	text-align: center;
	border: 1px solid #ccc;
	
}
.tag_item, .tag_item_me {
	width: 100%;
	text-align: left;
	font-size: 12px;
}
.tag_item_me {
	border-bottom: 1px solid #666;
}


