.tooltip {
	max-width: 500px;
	color: #000;
	font: lighter 11px/1.3 Arial,sans-serif;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
	border: 1px solid;
	padding: 10px;
}

a.help span {
	display: none;
}

#useTooltips a.help
{
  text-decoration: none;
  color: red;
  display:none;
}

#rated a.help
{
  text-decoration: none;
  color: black;
}
