#ajax_tooltipObj{
	z-index: 1000000;
	text-align: left;
}
#ajax_tooltipObj div{
	position: relative;
}
#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	/* background-image: url('../images/arrow.gif'); */
	width: 1px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center left;
	z-index: 1000005;
	height: 60px;
}
#ajax_tooltipObj .ajax_tooltip_content{
	border: 1px solid #000;
	left: 5px;
	top: -37px;
	position: absolute;
	width: 400px;
	height: 185px;
	background: #2B0102 url('../images/bg_replybox_fade_inv.jpg') repeat-x;
	color: #fff;
	padding: 5px;
	font-size: 0.8em;
	overflow: auto;
	z-index: 1000001;
}
#ajax_tooltipObj .ajax_tooltip_content2{
	border: 1px solid #000;
	left: -460px;
	top: 0px;
	position: absolute;
	width: 400px;
	height: 200px;
	background: #2B0102 url('../images/bg_replybox_fade_inv.jpg') repeat-x;
	color: #fff;
	padding: 5px;
	font-size: 0.8em;
	overflow: auto;
	z-index: 1000001;
}

#ajax_tooltipObj .ajax_tooltip_content3{
	border: 2px solid #CBCB2B;
	left: -275px;
	top: -208px;
	position: absolute;
	background-color: #000;
	color: #fff;
	padding: 5px;
	font-size: 0.8em;
	overflow: auto;
	z-index: 1000001;
}
#ajax_tooltipObj .ajax_tooltip_content4{
	border: 1px solid #000;
	left: -225px;
	top: 40px;
	position: absolute;
	width: 400px;
	height: 185px;
	background: #2B0102 url('../images/bg_replybox_fade_inv.jpg') repeat-x;
	color: #fff;
	padding: 5px;
	font-size: 0.8em;
	overflow: auto;
	z-index: 1000001;
}
