
.graphtip {
	line-height: 20px; 
	height: 20px; 
	width: 40px; 
	left: 0; 
	top: 0; 
	border: solid white 1px; 
	display:none; 
	background-color: white; 
	position: absolute; 
	text-align: center; 
	disabled: disabled; 
	pointer-events: none;
	opacity:0.8;
	filter:alpha(opacity=80);
	border-radius:5px;
	-moz-border-radius:5px;
	background: #CCCCCC;
	box-shadow: 3px 3px 2px #888888;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

#sizer
{
    position: absolute;
    visibility: hidden;
	display: block;
    height: auto;
    width: auto;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}


