.bubbleInfo {
    position: relative;
    height:80px;
    float:left;
}
.popup 
{
	position: absolute;
	display: none;
	z-index: 1000;
	width:200px;
}
.popupContent
{
	background:#E3F0BA;
	padding:5px;
}