#tooltip {
	position:absolute;
	
	width:200px;
	
	z-index:999;
}
	
	#tooltip #tooltip_content {
		position:relative;
		
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#777777;
		line-height:normal;
		
		vertical-align:middle;
	}
	
	
	#tooltip .tooltip_arrow {
		position:absolute;
		
		z-index:1000;
		
		behavior: url(../js/iepngfix.htc);
	}
	
	#tooltip .tooltip_top {
		position:relative;
		
		width:100%;
		height:15px;
		
		overflow:visible;
	
	}
		#tooltip .tooltip_top .tooltip_top_l {
			position:absolute;
			
			top:0px;
			left:-15px;
			
			width:15px;
			height:100%;
			
			background:url(../images/tooltip/tl.png) no-repeat;
			behavior: url(../js/iepngfix.htc);
		}
		
		#tooltip .tooltip_top .tooltip_top_c {
			position:relative;
			
			width:100%;
			height:15px;
			
			background:url(../images/tooltip/t.png) repeat-x;
			behavior: url(../js/iepngfix.htc);
		}
		
		#tooltip .tooltip_top .tooltip_top_r {
			position:absolute;
			
			top:0px;
			left:100%;
			
			width:15px;
			height:15px;
			
			background:url(../images/tooltip/tr.png) no-repeat;
			behavior: url(../js/iepngfix.htc);
		}
	
	#tooltip .tooltip_mdl {
		position:relative;
		
		width:100%;
		
		overflow:visible;
	}
		#tooltip .tooltip_mdl .tooltip_mdl_l {
			position:absolute;
			
			width:15px;
			height:100%;
			
			top:0px;
			left:-15px;
			
			background:url(../images/tooltip/l.png) repeat-y;
			behavior: url(../js/iepngfix.htc);
		}
		
		#tooltip .tooltip_mdl .tooltip_mdl_c {
			background:#FFFFFF;
		}
		
		#tooltip .tooltip_mdl .tooltip_mdl_r {
			position:absolute;
			
			width:15px;
			height:100%;
			
			top:0px;
			left:100%;
			
			background:url(../images/tooltip/r.png) repeat-y;
			behavior: url(../js/iepngfix.htc);
		}
	
	#tooltip .tooltip_btm {
		position:relative;
		
		width:100%;
		height:15px;
		
		overflow:visible;
	}
		#tooltip .tooltip_btm .tooltip_btm_l {
			position:absolute;
			
			top:0px;
			left:-15px;
			
			width:15px;
			height:100%;
			
			background:url(../images/tooltip/bl.png) no-repeat;
			behavior: url(../js/iepngfix.htc);
		}
		
		#tooltip .tooltip_btm .tooltip_btm_c {
			position:relative;
			
			width:100%;
			height:100%;
			
			background:url(../images/tooltip/b.png) repeat-x;
			behavior: url(../js/iepngfix.htc);
		}
		
		#tooltip .tooltip_btm .tooltip_btm_r {
			position:absolute;
			
			top:0px;
			left:100%;
			
			width:15px;
			height:100%;
			
			background:url(../images/tooltip/br.png) no-repeat;
			behavior: url(../js/iepngfix.htc);
		}