#tooltip {
	position: absolute;
	width:290px;
	height: 110px;
	z-index: 2000;
	padding: 5px;
	margin-top:-150px;
	margin-left:350px;
	
	background: url(img/balloon_about-w.png) left top no-repeat;
	_background: url(img/balloon_about-w.gif) left top no-repeat;
	#background-color:#FFF;
	_background-color:#FFF;
	behavior: url(../../iepngfix.htc);
	opacity: 0.85;
	#opacity: 0.85;
	_opacity: 0.85;
	
	/*behavior: url(http://icweb.dyndns.info/tmbbank/common/js/iepngfix.htc);*/
	/*behavior: url(http://192.168.1.9/tmbbank/common/js/iepngfix.htc);*/
	/*background-color:#F00;*/
}
#tooltip h3 { margin:5px; #margin:5px; _margin:5px; margin-top:10px; #margin-top:10px; _margin-top:10px; }
#tooltip div { margin-left:-2px; }
#tooltip div.strImage { float: left; overflow:hidden; width:90px; z-index:11; }
#tooltip div.body { float: left; margin-top:5px; #margin-top:5px; margin-left:81px; #margin-left:1px; text-align:left; position:absolute; overflow: hidden;	width: 200px; z-index:10; }
#tooltip div.head { margin-left:1px; font-weight:bold; color:#006CB7; font-size:11px; }
#tooltip div.content { margin-left:1px; font-size:11px; font-weight:lighter; color:#999; }
