#bubble {
	position: absolute;
	display: none;
  }
#bubbleImg {
	border: 1px solid #BBBBBB;
}
div.Article {
  background:  url("../images/bubble_topleft.gif") top left no-repeat;
  position:relative;
  } 
 div.Article .ArticleHeader {
  position:relative;
  background:  url("../images/bubble_topright.gif") top right no-repeat;
  height: 22px;
  right: -22px;
  }
div.ArticleBody {
  background:  url("../images/bubble_right.gif") top right repeat-y;
  position:relative;
  right: -22px;
  font-size:1px; /* ie hack */
  }
div.ArticleFooter {
  background:  url("../images/bubble_bottomleft.gif") bottom left no-repeat;
  position:relative;
  height: 30px;
  top:43px;
  margin-top: -43px;
  }
div.ArticleFooter .ArticleFooterBottomRight {
  background:  url("../images/bubble_bottomright.gif") bottom right no-repeat;
  position:relative;
  height: 30px;
  right: -22px;
  }
div.ArticleFooterTail {
  background:  url("../images/bubble_tail.gif") bottom left no-repeat;
  position:relative;
  top:43px;
  height: 27px;
  }