#twitter_bird {
  min-height: 120px;
  font-size: .9em;
  position: relative;
  left: 19px;
  top: 8px;
}
  #twitter_bird .tweet_top {
    background: transparent url(/images/twitter_bird/bubble_top.png) no-repeat;
    height: 14px;
  }
  #twitter_bird .tweet {
    background: transparent url(/images/twitter_bird/bubble_mid.png) repeat-y;
  }
    #twitter_bird .tweet .text {
      background: transparent url(/images/twitter_bird/lquote.png) no-repeat 5px 5px;
      width: 220px;
      position: relative;
      top: -6px;
      left: 2px;
      padding-left: 20px;
      padding-top: 6px;
      color: #fff;
      line-height: 18px;
    }
      #twitter_bird .tweet .text img.rquote {
        position: relative;
        vertical-align: bottom;
        top: 4px;
      }
  #twitter_bird .tweet_bottom {
    background: transparent url(/images/twitter_bird/bubble_bottom.png) no-repeat;
    height: 27px;
  }
  #twitter_bird .posted_at {
    font-size: .8em;
    width: 20px;
    color: #fff;
  }

