#tooltip{
	width:auto;
	max-width:300px;
	min-width:100px;
	border:1px solid;
	background:white;
	padding:5px;
	margin-top:4px;
	font-size:12px;
	color:dimgray;
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,.4);
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,.4);
	-o-box-shadow:2px 2px 4px rgba(0,0,0,.4);
	box-shadow:2px 2px 4px rgba(0,0,0,.4);
	text-align:center;
}

#tooltip #ttimg.top{
	margin-top:-17px;
	margin-left:2px
}
#tooltip #ttimg.bottom{
	bottom:0;
	margin-bottom:-12px;
	margin-left:2px
}


#tooltip.default{
	border:2px solid white;
	background:#FF931E;
	color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-top:2px;
}
#tooltip.default #ttimg.top{
	position:absolute;
	margin-top:-8px;
	margin-left:-8px
}
#tooltip.default #ttimg.bottom{
	position:absolute;
	bottom:0;
	margin-bottom:-3px;
	margin-left:-8px
}

#tooltip.bblack{
	border:2px solid white;
	background:#43a826;
	color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-top:2px;
}
#tooltip.bblack #ttimg.top{
	position:absolute;
	margin-top:-8px;
	margin-left:-8px
}
#tooltip.bblack #ttimg.bottom{
	position:absolute;
	bottom:0;
	margin-bottom:-3px;
	margin-left:-8px
}