#tooltip {
   	position: absolute;
    height: 30px;
	z-index: 10000!important;
}

#tooltip div.bottom {
	background:url(../images/layout/tooltip_pointer.gif) no-repeat 0px 0px;
    width: 100%;
    height: 6px;
    position: absolute;
    bottom:0px;
}

#tooltip_message {
    padding: 5px;
	background-color:#000;
	color: white;
	font-size:10px;
	height: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-top:1px solid #cf0;
	border-right:1px solid #cf0;
	border-left:1px solid #cf0;
}

