.tweet {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#ffffff;
  width:196px;
  *width:198px;
  height:123px;
  postion:absolute;
  margin-left:0px;
  margin-top:-1px;
  max-height:100px;
  font-weight:bold;
  line-height:12px;
  background:url(../lay/tweets2.jpg);
  background-repeat:no-repeat;
  border-top:1px solid #666666;

  
  
  
   }
  .tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color:none; }
    .tweet .tweet_list li {
      overflow: auto;
      padding: .5em; }
      .tweet .tweet_list li a {
        color:#66cc33; }
		
		 .tweet .tweet_list li a:hover {
        color:#ffffff; }
    .tweet .tweet_list .tweet_even {
      background-color:none; }
    .tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; }
