.twitter-container{
width:336px;
}

.twitter-container .error{
padding:12px 9px;
}

.twitter-container h2,
.twitter-container h3{
margin:0;
padding:12px 9px;
}

.twitter-container h2{
font-size:18px;
}

.twitter-container h3{
font-size:16px;
}

.twitter-container a{
color:#0084B4;
text-decoration:none;
}

.twitter-container a:hover{
text-decoration:underline;
}

.twitter-container .tweet{
position:relative;
margin:0 0 10px 0;
padding:10px;
height:100px;
background:url(../../../images/bg_tweet.gif) no-repeat;
}

.twitter-container .tweet-with-avatar{
padding-left:72px;
}

.twitter-container .avatar{
position:absolute;
top:12px;
left:12px;
width:48px;
height:48px;
border:none;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}

.twitter-container .tweet .tweet-header{
padding-bottom:5px;
}

.twitter-container .tweet .tweet-header a{
display:inline-block;
margin:4px 0 0 0;
}

.twitter-container .tweet .tweet-header .time{
position:absolute;
bottom:6px;
left:30px;
font-size:12px;
font-weight:bold;
color:#1f87aa;
}

.twitter-container .tweet .tweet-header a:hover{
text-decoration:none;
}

.twitter-container .tweet .fullname{
font-weight:bold;color:#000;
}

.twitter-container .tweet a:hover .fullname{
color:#0084B4;
text-decoration:underline;
}

.twitter-container .tweet .username{
padding-left:5px;
color:#999;
font-size:12px;
}

.twitter-container .tweet a:hover .username{
text-decoration:none;
}

.twitter-container .tweet .tweet-content p{
margin:0;
color:#333;
}