#tooltip {
		text-align: justify;
		background-color: white;
		border: 3px solid rgb(141,78,126);
		color: grey;
		width:250px;
		position: absolute;
		z-index: 3000;
		padding: 3px 10px;
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		
		/*opacity: 0.85;*/
		/*background:url(tooltip.png) no-repeat; */
}

#tooltip * {
		font-family: "MyriadPro", Verdana;
		font-size: 13px !important;
		font-weight: normal !important;
}

.tooltip {
	text-decoration: underline !important;
	cursor: pointer;
}
