/*	----------------
Twit It widget
----------------	*/
	
#twitit{
  background: url(twitter_bg.png) no-repeat top left;
  height:30px;
  position:relative;
  width:220px;
}

#tweet{
  margin-left:66px;
  padding-left:3px;
  padding-top:3px;
  width:250px;
  background-color:#000000;
  font-size: 80%;
  line-height: 150%;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#twitit span, a{
  color: #ffffff;
  font-size: 12px
  font-weight: bold;
}

