﻿.bubbleInfo {
    position: absolute;
}
.trigger {
    position: relative; /*absolute;*/
}
.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	width:184px;
	margin:0px;
	padding:0px;
}
	.popup h2,
	.popup p 
	{
		display:block;
		width:85%;
		margin:0px auto;
		padding:0px;
	}
	.popup h2 
	{
		font-size:12px;
		font-weight:bold;
	}
	.popup p 
	{
		font-size:.7em;
	}
	.popup .top 
	{
		background: transparent url(../images/bubble_top.png) no-repeat top center;
		height:18px;
	}
	.popup .repeat 
	{
		background: transparent url(../images/bubble_repeat.png) repeat-y top center;
		text-align: center;
	}
	.popup .bottom 
	{
		background: transparent url(../images/bubble_bottom.png) no-repeat bottom center;
		height:26px;
	}
