.bubble-top {
	background-image:url("img/bubble.gif");
	width:40px;
	height:19px;
}

.bubble-body {
	background-color: #FFFF00;
}

.bubble-body-topleft {
	border-top: 1px solid black;
	width: 13px;
	float: left;
}

.bubble-body-topright {
	border-top: 1px solid black;
	margin-left: 38px;
}

.bubble-text {
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-weight: bold;
}

