#tooltip {
	position: absolute;
	z-index: 3000;
	width:410px;
	border: 1px solid #000;
	background-color: #e25341;
	padding: 5px;
	padding-left:30px;
	color:#fff;
	text-align:left;
	background-image: url(../images/design/tooltip_bg.jpg);
	background-repeat: no-repeat;

/*	opacity: 0.85;*/
}
#tooltip h3, #tooltip div { margin: 0; }
