#tooltipObj
{	
	z-index:1000000;
	text-align:left;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: Arial,"Trebuchet MS", "Lucida Sans Unicode", sans-serif;
		font-size: 9pt;
}
#tooltipObj div{
	position:relative;
}

#tooltipObj .tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('http://www.picture2life.com/images/website/tooltip-arrown.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:30px;
}

.tooltip_content{
	border:1px solid #fbe7a2;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	background-color:#fefedc;	/* Background color */
	padding:5px;	/* Space between border and content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}
#tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:30000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}
