.bubbleInfo {
	position: relative;
	width: 500px;
	line-height: 1rem;
}

.popup {
	position: absolute;
	display: none;
	z-index: 1;
	border-collapse: collapse;
	background-color: #ffffff;
}

.popup td.corner {
	height: 15px;
	width: 19px;
}

.popup td#topleft { background-image: url(bubble-1.jpg); }
.popup td.top { background-image: url(bubble-2.jpg); }
.popup td#topright { background-image: url(bubble-3.jpg); }
.popup td.left { background-image: url(bubble-4.jpg); }
.popup td.right { background-image: url(bubble-5.jpg); }
.popup td#bottomleft { background-image: url(bubble-6.jpg);}
.popup td.bottom { background-image: url(bubble-7.jpg); text-align: left;}

/* BUBBLE TAIL IMAGE : Support for all browsers :: START */

	.popup td.bottom img { 
		display: block; 
		margin: 0 auto; 
		position: absolute; 
		left: 50px; 
		top: 35px;												/*** IE5.0+ ***/
	}
	HTML > BODY .popup td.bottom img { 							/*** FireFox ***/
		top: 36px;
	}
	body:nth-of-type(1) .popup td.bottom img {
		top: 33px;	 											/*** Opera ***/
		[top:0;
		top: 36px;]												/*** Chrome, Safari ***/
	}
	
/* BUBBLE TAIL IMAGE : Support for all browsers :: END */


.popup td#bottomright { background-image: url(bubble-8.jpg); height: 25px; }

.popup .popup-contents {
	font-size: 11px;
	background-color: #fff;
}





