.floatingdiv {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFF;
	color: #000;
	display: none;
	position: absolute;
	border: 1px solid #CCC;
	text-align: left;
	width: 300px;
}

.boxheader {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #0077B7;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}
.boxout {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
}