.ajaxtooltip{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 300px;
left: 0; /*leave this alone*/
top: 0; /*leave this alone*/
background: #efefef;
border: 2px solid #8292CE;
border-width: 1px 2px 2px 1px;
padding: 5px;
}
.ajaxtooltip h3{
	color:#005EBB;
	font-size: 12px;
	font-weight: bold;
}
.ajaxtooltip p{
	color:#005ebb;
	font-size:11px;
}

.ajaxtooltip ul{
	padding-left:10px;
	font-size:11px;
}
.ajaxtooltip li{
	margin-left:10px;
	font-size:11px;
	color:#005ebb;
}
.ajaxtooltip img{
	float:left;
	margin-right:10px;
	margin-top:5px;
}
