#tooltip {
	position: absolute;
	z-index: 3000;
	background:transparent url(img/ui-bg_glass_75_e6e6e6_1x400.png) repeat-x scroll 50% 50%;
	border:1px solid #D3D3D3;
	color: #555555;
	font-weight:bold;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-align:left;
	/*width: 450px;*/
	font-family: tahoma;
	font-size: 11px;
	/*font-weight: normal;*/
	
	padding: 5px 10px;
	
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
}
#tooltip h3, #tooltip div { margin: 0; }

