span.ext_name {
	color: orange;
}

span.ext_description{
	/*display:none;*/
	text-align:left;
	text-indent: 0px;
	background-color: orange; 
	position:absolute;
	z-index: 3;
	top: 20px; 
	left: 30px; 
	padding-left: 4px; 
	padding-right: 4px; 
	border: 1px dashed black;
	width: 200px;
}