#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #7aa100;
	background-color: #d0f15d;
	padding: 2px 5px;
	opacity: 0.85;
}
#tooltip.fancy{border: none; background: url(../img/common/bg_crypto.gif) 0 0 no-repeat; padding: 77px 10px 10px 5px; width: 232px; height: 40px; text-align: left;}
#tooltip h3, #tooltip div { margin: 0; font-size: 0.9em; color: #4c6103; font-weight: normal;}
#tooltip.fancy h3{font-weight: bold; background-color: #fff; padding-left: 5px;}