/* GENERAL STYLES */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #636363;
	background-color: #ffc; /* eee */
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {font-size:0.80em; font-weight:normal;}


/* EDITOR PROPERTIES */
