#twitter_bird {

  background-position: bottom;
  position: relative;
}
#twitter_bird .tweet_top {
  background: transparent url(/images/twitter_bird/twitter_top.gif) no-repeat bottom center;
  height: 10px;
  width: 220px;
}
#twitter_bird .tweet {
  background: #DEF1F6;
  width: 220px;
}
#twitter_bird .tweet .text {
  background: transparent url(/images/twitter_bird/lquo.gif) no-repeat;
  width: 165px;
  position: relative;
  top: -6px;
  left: 10px;
  padding-left: 20px;
  padding-top: 6px;
  padding-right: 20px;
}
#twitter_bird .tweet .text img.rquote {
  position: absolute;
  bottom: 0;
  right: 0;
}
#twitter_bird .tweet_bottom {
  background: transparent url(/images/twitter_bird/twitter_bottom.gif) no-repeat top center;
  height: 67px;
  width: 220px
}
#twitter_bird .posted_at {
  position: absolute;
  right: 0;
  bottom: -2px;
  font-size: .8em;
  width: 140px;
}

