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

	#tooltip h3, #contenttooltip{
		font-family:Arial;
		font-size:12px;
		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');
	}
	*/
	
	#toptooltip{
		border-bottom:3px #f6d101 solid;
		width:242px;
		height:23px;
	}
	#midtooltip{
		width:236px;
		padding-bottom:12px;
		border-left:3px #f6d101 solid;
		border-right:3px #f6d101 solid;
		background:#fff;
	}
	
		#contenttooltip{
			width:200px;
			padding:10px;
			background:#fff;
		}
	
	#bottomtooltip{
		border-top:3px #f6d101 solid;
		height:5px;
		width:242px;
		background:#fff;
	}
	
	
