/* top and left dimensions for demo purposes only */
table.bubble {
	/*position: absolute;
	top: 100px;
	left: 160px;*/
	width: auto;
	height: auto;
	/*opacity:0.9; */
	}
table.bubble .top-left {
	width: 53px;
	height: 25px;
	padding:6px 0 0 6px;
	background: url(../images/thought_bubble.png) no-repeat left top;
	}
table.bubble .top-right {
	padding:6px 0 0 6px;
	height: 25px;
	width: 37px;
	background: url(../images/thought_bubble.png) no-repeat right top;
	}
/* height and width adjusts entire dimensions of bubble to accommodate content */
table.bubble .middle {
	height: 80px;
	width: 400px;
	background: transparent url(../images/thought_bubble.png) no-repeat right -37px;
	}
.bubble .bubble-content {
	padding-right: 37px;
	}
.bubble .bottom-left {
	width: 53px;
	background: url(../images/thought_bubble.png) no-repeat left bottom;
	}
.bubble .bottom-right {
	height: 37px;
	background: url(../images/thought_bubble.png) no-repeat right bottom;
	}

	table.bubble td{
		padding:0px 0 0 0;
	}
