#ajax_tooltip_content{
	background-color:#EEE;
	border:2px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:0.9em;
    /* Rounded edges in Firefox */
    /* moz-border-radius:6px;  */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}


