.tooltip
{
	position: absolute;
	padding: 10px 13px;
	z-index: 60;
	color: #303030;
	background-color: #FFFFCC;
	border: 1px solid #EEEE99;
	font-family: sans-serif;
	font-size: 13px; /*line-height: 18px;*/
	max-width: 500px;
	font-weight: normal;
	white-space: normal;
}

.tooltip p
{
	color: #303030;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
}

.tooltip h2
{
	background-color: #FFFFCC;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 5px;
	text-align: left;
}

