#popupBubble {
  width: 147px;
  position: absolute;
  background-repeat: no-repeat;  
  display: none;
}
#popupBubble .bubble_top{
  background: #C5C19D;
  height: 5px;  
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #190300; 
}
#popupBubble .bubble_middle{
  background: #C5C19D;
  font-size: 9px;
  padding: 7px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #190300; 
}
#popupBubble .bubble_middle span{
  position: relative;
  top: -8px;
  font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  font-size: 11px;
}
#popupBubble .bubble_bottom{
  height: 10px;
  position: relative;
  top: -6px;
}
.popupBubble {
  font-size: 9px;
  margin: 0 5px 0 0;
}