#ajax_tooltipObj .ajax_tooltip_content{
	border:1px solid #66CCCC;	/* Border width */
	padding:10px;
	left:0;	/* Same as border thickness */
	top:0px;
	margin:0px;
	position:relative;
	width:300px;	/* Width of tooltip content */
	height:350px;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	overflow:auto;	/* Hide overflow content */
	z-index:1;
	margin-top:15px;
}
.ajax_tooltip_content{
position:fixed;
left:0;
top:0;
}
