#bubble {
	DISPLAY: none; POSITION: absolute
}

DIV.Article {
	BACKGROUND: url(../images/bubble_topleft.gif) no-repeat left top; POSITION: relative
}
DIV.Article .ArticleHeader {
	RIGHT: -1px; BACKGROUND: url(../images/bubble_topright.gif) no-repeat right top; POSITION: relative; HEIGHT: 1px
}
DIV.ArticleBody {
	FONT-SIZE: 1px; RIGHT: -1px; BACKGROUND: url(../images/bubble_right.gif) repeat-y right top; POSITION: relative
}
DIV.ArticleFooter {
	MARGIN-TOP: -1px; BACKGROUND: url(../images/bubble_bottomleft.gif) no-repeat left bottom; POSITION: relative; TOP: 1px; HEIGHT: 1px
}
DIV.ArticleFooter .ArticleFooterBottomRight {
	RIGHT: -1px; BACKGROUND: url(../images/bubble_bottomright.gif) no-repeat right bottom; POSITION: relative; HEIGHT: 1px
}
DIV.ArticleFooterTail {
	BACKGROUND: url(../images/bubble_tail.gif) no-repeat left bottom; POSITION: relative; TOP: -20px; HEIGHT: 1px
}
