.ToolText {
	position: relative;
}

.ToolTextHover {
	position: relative;
}

.ToolText span {
	display: none;
}

.ToolTextHover span {
	display: block;
	position: absolute;
	border: 1px solid blue;
	top: 1.3em;
	left: 5px;
	background-color: yellow;
	color: black;
	text-align: center;
	width: 150px;
}

#textp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}