﻿.jTooltip 
{
	padding: 10px;
	background: white;
	/*border: 2px solid black;*/
	font-size: 12px;
	line-height: 14px;
	color: Black;
	font-family: Arial;
	position: absolute;	
	z-index: 999999;	
}

.jTooltip h3 
{
	/*padding-bottom: 10px;
	font-family: Impact;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	color: #922929;*/
}