div._cn_speech_bubble_outer {
	display: inline-block;
	position: relative;
	padding: 16px;
}


div._cn_speech_bubble_inner {
	position: relative;
	background-image: url( i.png );
	padding: 0px 3px 3px 0px;
}


div._cn_speech_bubble_t {
	position: absolute;
	width: 100%;
	height: 16px;
	top: -16px;
	background-image: url( t.png );
}


div._cn_speech_bubble_r {
	position: absolute;
	width: 16px;
	height: 100%;
	right: -16px;
	background-image: url( r.png );
}


div._cn_speech_bubble_b {
	position: absolute;
	width: 100%;
	height: 16px;
	bottom: -16px;
	background-image: url( b.png );
}


div._cn_speech_bubble_l {
	position: absolute;
	width: 16px;
	height: 100%;
	left: -16px;
	background-image: url( l.png );
}


div._cn_speech_bubble_tl {
	position: absolute;
	width: 16px;
	height: 16px;
	left: -16px;
	top: -16px;
	background-image: url( tl.png );
}


div._cn_speech_bubble_tr {
	position: absolute;
	width: 16px;
	height: 16px;
	right: -16px;
	top: -16px;
	background-image: url( tr.png );
}


div._cn_speech_bubble_bl {
	position: absolute;
	width: 16px;
	height: 16px;
	left: -16px;
	bottom: -16px;
	background-image: url( bl.png );
}


div._cn_speech_bubble_br {
	position: absolute;
	width: 16px;
	height: 16px;
	right: -16px;
	bottom: -16px;
	background-image: url( br.png );
}
