.tooltip {
				/* set background-color for browsers that don't support gradients as fallback, then define gradient */
	background: #8d8d8d;
    background: -moz-linear-gradient(top, #8d8d8d, #898989 2%, #717171);
	background-image: linear-gradient(top, #8d8d8d 0%, #898989 50%, #717171 100%);
	background-image: -o-linear-gradient(top, #8d8d8d 0%, #898989 50%, #717171 100%);

	background-image: -ms-linear-gradient(top, #8d8d8d 0%, #898989 50%, #717171 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8d8d8d), color-stop(.01, #898989), to(#717171)); 
				width:auto;
			    opacity: 0.91;
	            filter: alpha(opacity="91");
				/* border radius */
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				border-radius: 4px;
	            border:1px solid #222;
	            border-left:5px solid #222;
				        color:#fff;

                text-shadow:0 1px 1px #000000;
				display: none;
				/*FONT-WEIGHT: bold;*/
			    font: verdana;
	            font-size: 12px;
				font-family: tahoma, arial, helvetica, sans-serif;
				line-height:15px; 	z-index:100;
				max-width: auto;
				margin:0px;
				padding: 3px;
				position: absolute;
	            border-collapse: separate;
			}
			* html #anchorTitle {
				/* IE6 does not support max-width, so set a specific width instead */
				width: auto;
			}