#tooltip {
	position: absolute;
	z-index: 3000;
	border: none;
	width: 250px;
	text-align: left;
}

	#tooltip h3, #contenttooltip{
		font-family:Arial;
		font-size:11px;
		margin:0;
		color:#282828;
	}
	
	#toptooltip{
		background-image:url('../img/tooltip_top.png');
		width:236px;
		height:23px; 
		behavior:url('js/iepngfix.htc');
	}
	#midtooltip{
		background-image:url('../img/tooltip_middle.png');
		background-repeat:repeat;
		width:236px;
		behavior:url('js/iepngfix.htc');
		padding-bottom:12px;
	}
	
		#contenttooltip{
			width:200px;
			padding-left:30px;
			padding-right:6px;
		}
	
	#bottomtooltip{
		background-image:url('../img/tooltip_bottom.png');	
		height:13px;
		width:236px;
		behavior:url('js/iepngfix.htc');
	}