﻿.widget{
float: left;
display: inline-block;
position:relative;
width: 250px;
height: 280px;
margin: 0;
padding: 0;
font: normal 10px Arial, Tahoma;
}

.widget h3{
margin: 0 0 10px;
font: normal 10px Arial, Tahoma;
text-align:left;
}

#tweets{
display: block;
width: 250px;
margin: 0;
padding: 0;
font: normal 10px Tahoma, Arial;
}

#tweets .tweet{
display: block;
width: 250px;
text-align: left;
font: normal 10px Tahoma, Arial;
background: transparent;
color: #0E5382;
border-bottom: 1px dotted #333;
padding: 5px 0 5px 0;
}

#tweets .tweet a{
text-decoration: none;
background: transparent;
color: #0E824D;
}

#tweets .tweet a:hover,
#tweets .tweet a:active{
text-decoration: underline;
}

.twitter_button,
.twitter_button:visited{
position: relative;
display: inline-block;
width: 200px;
height: 50px;
padding: 0 0 0 50px;
background: url(twetter.png) top left no-repeat;
color: #000;
font: bolder 12px Tahoma, Arial;
text-decoration: none;
}

.twitter_button:hover{
text-decoration: underline;
}

