/* CSS Stylesheet | Digital Texts 2.0 | stylesheets/bubbles.css | Creative Creature (www.creativecreature.ca) */

div.bubble {
	background-image: url("../images/bubbles/bubble_top.png");
	background-repeat: no-repeat;
	width: 553px;
	margin: -6px -28px 0 -4px;
	padding: 0;
	float: left;
}
div.bubble_content {
	background: transparent;
	padding: 0 25px 0 28px;
	margin: -55px 0 0 0;
}
div.bubble_middle {
	background-image: url("../images/bubbles/bubble_middle.png");
	background-repeat: repeat-y;
	margin: 36px 0 -10px 0;
	padding-top: 36px;
}
div.bubble_bottom {
	background-image: url("../images/bubbles/bubble_bottom.png");
	background-repeat: no-repeat;
	background-position: bottom;
	height: 19px;
	margin: 10px 0 0 0;
	padding: 0;
}
div.bubble_content ul {
	padding: 0;
	margin: 0;
}
