/* CSS needed for the script */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
	margin-right: 30px;
	margin-top: 5px;

}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_content{
	right:-17px;	/* Same as border thickness */
	top:12px;
	position:absolute;
	width:154px;	/* Width of tooltip content */
	font-size:0.8em;	/* Font size of content */
	overflow:hidden;	/* Hide overflow content */
	z-index:1000001;
}
.pttop {
	background: url(https://img.canadiancontent.net/211/pttop.gif) top left no-repeat;
	height: 18px;
}
.main {
	background: url(https://img.canadiancontent.net/211/ptbg.gif) repeat-y;
	padding: 2px;
}
.ptbot {
	background: url(https://img.canadiancontent.net/211/ptbot.gif) top left no-repeat;
	height: 10px;
}
