#dom-tooltips {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	display: block;
	visibility: hidden;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #5D718C;
	background-color: #72A1D0;
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	max-width: 500px;

	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-opacity: .90;

	filter:	progid:DXImageTransform.Microsoft.Alpha(opacity=90)
			progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=5);
}

#dom-tooltips small {
	color: #0000FF;
}
