﻿

/* tooltip styling */
.tooltip 
{
	display:block;
	height:36px;
	line-height:31px;
	width:151px;
	z-index:11000;
	text-align:center;
	background:url('/Content/IMG/Tooltips/tooltipp.png') no-repeat center center;
	color:#fff;
	font-size:12px;
	text-indent:4px;
}