.floating-rollover
{
	position: absolute;
	top: -10px;
	left: 15px;
	display: none;
	
	padding: 6px 8px 10px 8px;
	background-color: #FFFFFF;
	border: 2px solid #CC3366;
	color: #CC3366;
	font: bold 10px "Trebuchet MS", sans-serif;
	
	width: 160px;
}
.floating-rollover-fake-link
{
	border-bottom: 1px dashed #CC3366;
	cursor: pointer;
}
