/*
#simpletip {

	display:none;
	position:absolute;
	width: 300px;

	border:1px solid #333;
	background:#f7f5d1;
	padding:5px 5px;
	color:#333;

	font-family: Trebuchet MS;
	font-size: 11px;
	line-height: 150%;
	text-align: left;

	background: url(/static/js/tooltip/yellow_tooltip.jpg) repeat-x;
}
*/
img.tooltip {
	vertical-align: top;
}

#simpletip_txt {
	background-color:#fff8b2;
	/* border:1px solid #333; */
	border-left: 0;
	margin-left: 20px;
	color:#333;
	padding:10px;
}

#simpletip_txt span {font-size:11px; color:#999;display:block}

#simpletip {
	display:none;
	position:absolute;
	width: 200px;
	font-family: Trebuchet MS;
	font-size: 11px;
	line-height: 150%;
	text-align: left;
	background: url(/static/js/tooltip/tooltip-span.gif) no-repeat left top;
}