﻿#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #b3dff1;
	border-top-width:2px;
	
	background: #fffde0 url('../images/info2.png') no-repeat 115px 3px;
	padding: 5px;
	opacity: 0.85;
	width:125px;
	height:auto;
	color:#666;
	
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {font-weight:bold; color:#275FA3;}

/*#tooltip .tooltipTop { background:transparent url('../images/tooltipTop.png') no-repeat }
#tooltip .tooltipContent {border-left:3px solid #b3dff1;border-right:3px solid #b3dff1; background-color:#fffde0; margin:0; padding:0;}
#tooltip .tooltipBottom { background:transparent url('../images/tooltipBottom.png') no-repeat}*/



