
#ajax_tooltipObj {
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div {
	position:relative;
}
#ajax_tooltipObj .ajax_tooltip_arrow {
	background:transparent url(../images/tooltip_arrow.png) no-repeat left top;
	width: 30px;
	position: absolute;
	left: 1px;
	top: 0px;
	z-index: 1000006;
	height: 60px;
}

#ajax_tooltipObj .ajax_tooltip_wrapper {
	left: 30px;
	top: 10px;
	position: absolute;
	width: 200px;
	background:transparent url(../images/tooltip_bg.png) no-repeat left bottom;
	padding: 0;
	overflow: auto;
	z-index: 1000004;
}
#ajax_tooltipObj .ajax_tooltip_content {
	top: 0px;
	margin: 0;
	padding: 0 10px 15px 10px;
}
#ajax_tooltipObj .ajax_tooltip_top {
	background:transparent url(../images/tooltip_top.png) no-repeat left top;
	left:30px;
	top: 0px;
	height: 10px;
	position: absolute;
	width: 200px;
	padding: 0;
	margin: 0;
	z-index: 1000005;
}

/* larger width */
#ajax_tooltipObj .ajax_tooltip_wrapper_wide {
	left: 30px;
	top: 10px;
	position: absolute;
	width: 345px;
	background:transparent url(../images/tooltip_bg_wide.png) no-repeat left bottom;
	padding: 0;
	overflow: auto;
	z-index: 1000004;
}
#ajax_tooltipObj .ajax_tooltip_top_wide {
	background:transparent url(../images/tooltip_top_wide.png) no-repeat left top;
	left:30px;
	top: 0px;
	height: 10px;
	position: absolute;
	width: 345px;
	padding: 0;
	margin: 0;
	z-index: 1000005;
}