.speech_bubble_wrap {
	text-align: center;
}

.speech_bubble {
	color: white;
	border-collapse: collapse;
	display: inline-block;
}

.speech_bubble a {
	color: white;
}

.speech_bubble .speech_bubble_top .in {
	/*height: 17px;*/
}

.speech_bubble .in {
	background-color: #97b6e2;
}

.speech_bubble .pad {
	background-color: #97b6e2;
}

.speech_bubble .speech_bubble_inner .message {
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	border:0;
	padding:0;
}

.speech_bubble .speech_bubble_bottom .in {
	height: 17px;
	background-image: url(../img/speech_bubble_bottom_bg.jpg);
	background-repeat: repeat-x;
}

.speech_bubble .bottom_point {
	text-align: center;
}

.speech_bubble .bottom_point img {
	position: relative;
	top: -1px;
}

