#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}
#ajax_tooltipObj .ajax_tooltip_content{
	border:1px solid #b8012c;	/* Border width */
	right:0px;
	bottom:0px;
	position:absolute;
	width:300px;	/* Width of tooltip content */
	height: 100%px;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:3px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:2000001;
}