#popupBubble {
  width: 322px;
  position: absolute;
  background-repeat: no-repeat;
  display: none;
  z-index: 100;
}

#popupBubble .bubble_top{
  background-image: url('../images/bubble_top.gif');
  height: 16px;
}

#popupBubble .bubble_middle{
  background-image: url('../images/bubble_middle.gif');
  background-repeat: repeat-y;
  background-position: bottom left;
  padding-left: 7px;
  padding-right: 7px;
}

#popupBubble .bubble_middle span{
  position: relative;
  top: -8px;
  font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  font-size: 11px;
}

#popupBubble .bubble_bottom{
  background-image: url('../images/bubble_bottom.gif');
  height: 44px;
  position: relative;
  top: -6px;
}
