#tooltipa
		{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	text-align: center;
	background: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #fff;
	position: absolute;
	z-index: 1000;
	padding: 10px;
	width: auto;
	background-color: #C33;
	background-position: top;
	color: #FFF;
		}
#tooltipa:after
			{
	width: 0;
	height: 0;
	border-top-color: #C33;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
			}
#tooltipa.top:after
				{
	border-top-color: transparent;
	border-bottom-color: rgba( 0, 0, 0, .6 );
	top: -20px;
	bottom: auto;
	border-bottom-width: 10px;
	border-bottom-style: solid;
				}
#tooltipa.left:after
				{
					left: 10px;
					margin: 0;
				}
#tooltipa.right:after
				{
					right: 10px;
					left: auto;
					margin: 0;
				}
