.ui-jqchart {
    position: relative;
    font-size:8px;
}

.ui-jqchart-tooltip {
    position:absolute;
    white-space: nowrap;

    padding: .2em .4em;
    z-index:9999;

   
    color: #333333;
    background: white;    

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; 
  

    -o-box-shadow: 0 0 5px #aaa;
	-moz-box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	font-size:8px;
}

* html .ui-jqchart-tooltip {
	background-image: none; font-size:8px;
	
}
body .ui-jqchart-tooltip { border-width:2px;   font-family:Verdana;
   font-size:10px; }