#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 25px 10px 10px 27px;
	background: transparent url(../../images/NAT/popup_bg.png) no-repeat 0 0;
	/*_background: transparent url(../../images/NAT/popup_bg.gif) no-repeat 0 0; */
	width: 200px;
	color: #fff;
	text-align:left;
	margin: -40px 0 0 0;
	line-height: 1.2em;
}

#tooltip h3, #tooltip div { margin: 0; }
