.ui-tooltip {
	padding:8px;
	position:absolute;
	z-index:9999;
	width: 150px;
	background-color:#eee;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
	background-image: none;
}
body .ui-tooltip { border-width:0px; }