#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #CFCEDE;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:relative;
	width:auto;	/* Width of tooltip content */
	height:auto;
	overflow: visible;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:1px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}
#jaybox .ajax_tooltip_content{
	border:2px solid #CFCEDE;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:relative;
	height:auto;
	overflow: visible;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:4px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}
#postto { background-color: #efefef; position: absolute; top: -30000px; overflow: hidden; border: solid 1px #bfbfbf; display: none; z-index: 10; color: black; }
	
	#bubble_tooltip{
		width:147px;
		color:black;
		background-color:white;
		position:absolute;
		display:none;
		z-index:50001;
		border-width: 1px; 
		border-color: #4d6a80;
		border-style: solid;
		z-index:1000010;
	}
	#bubble_tooltip .bubble_top{
		background-image: url('');
		background-repeat:no-repeat;
		height:16px;
		border-width: 1px;	
	}
	#bubble_tooltip .bubble_middle{
		background-image: url('');
		background-repeat:repeat-y;	
		background-position:bottom left;
		padding-left:7px;
		padding-right:7px;
		text-align: left;
	}
	#bubble_tooltip .bubble_middle span{
		position:relative;
		background-color:white;
		top:-8px;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:11px;
	}
	#bubble_tooltip .bubble_bottom{
		background-image: url('');
		background-repeat:no-repeat;
		background-repeat:no-repeat;	
		height:0px;
		position:relative;
		top:-6px;
	}
