/** Twit **/
.twit {
 width:200px;
 word-break: break-all;
 overflow:hidden;
 
 
}
.twitHeader {
  
  background:url(a8tw_head.png) no-repeat left top; 
  margin: 0;
  height:68px;
}
.twitLabel {
  font-weight: bold;
  color: #33ccff;
}
.twitTitle {
  font-weight: bold;
}
.twitUser {
  background-color: #fff;
  border-bottom: none;
  padding: 7px 7px 0px 7px;
  background:url(a8tw_body2.png) no-repeat left top;
}
.twitUser a{
  color:#222;
  font-weight:bold;
  text-decoration: none;
}

.twitUser a img{
 border:none;
}
.twitBody {
  font-size:93%;
  background-color: #ffffff;
  padding: 0 10px 10px 7px;
  margin: 0;
  list-style: none;
  background:url(a8tw_body.png) no-repeat left bottom;
}
.twitEntry {
  padding: 0px 8px 5px;
  margin: 0;
  height: auto !important;
}
