#simpleTooltip {
display: block;
	border: 1px solid #C3C3C3;
	color: #222;
	background-color: #e1e1e1;
	font-size: 11px;
	white-space: nowrap;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	margin-top: -54px;
	background-image: url(../../images/interface/degrade_gris_1.gif);
	background-repeat: repeat-x;
	background-position: left -5px;
	z-index: 4000!important;
	-moz-border-radius: 4px; /* this works only in camino/firefox */
	-webkit-border-radius: 4px; /* this is just for Safari */
}
