.balloonstyle {
	position: absolute;
	top: -500px;
	left: 0;
	padding: 5px;
	visibility: hidden;
	border: 1px solid black;
	line-height: 15px;
	z-index: 100;
	background-color: lightyellow;
	width: 500px;
	max-height: 120px;
	overflow: auto;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

.balloonstyleEmpty {
	position: absolute;
	top: -500px;
	left: 0;
	padding: 0px;
	visibility: hidden;
	line-height: 0px;
	z-index: 200;
	width: 0px;
	max-height: 0px;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}