
#tweets{
 background-color: #EEE;
 display:inline-block;
 padding:2px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 -moz-box-shadow: 1px 1px 3px #555;
 -webkit-box-shadow: 1px 1px 3px #555;
 box-shadow: 1px 1px 3px #555;
}
.tweetItem {
 list-style:none;
 font-family:verdana;
 font-size:13px;
 padding:5px;
 height: 45px;
 width: 90%;
 margin-bottom: 10px;
}
.tweetimg {
 float:left; 
 background-color:#999;
 border:none;
 padding:3px;
 margin-right:5px;
}
.tweetItem a{
 color: #f90;
 text-decoration:none;
}
.tweetItem a:hover {
 color: #666;
 text-decoration: underline;
}
.tweetimg:hover{
 background-color: #f90;
}

