#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: transparent;
	padding: 10px;
	width:258px;
	color:#000;
	background-image:url(/guide/sg4/graphics/tooltip_top.png);
	background-repeat:no-repeat;
	background-position:top left;}

#tooltip h3, #tooltip div { margin: 0;font-weight:normal}

#tooltip .bottom {background-image:url(/guide/sg4/graphics/tooltip_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom left;height:6px;position:absolute;bottom:-6px;left:0px;width:278px;}


