a.tip {
	border-bottom: none;
	text-decoration: none;
}
a.tip:hover {
	position: relative;
	cursor: help;
	width:250px;
}
a.tip span {
	display: none;
}
a.tip:hover span {
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	/* formatting only styles */
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color:#fff;
	background: #2c3a46;
	border: 1px thin #999;
	/*opacity: 0.9;*/
	/*filter: alpha(opacity=90);*/
	width:250px;
	/* end formatting */
}
