.twitted
{
position: absolute;
top: 370px;
right: 0;
width: 860px;
height: 30px;
border: none;
background-color: #ffffff;									
opacity: 0.8;
border-radius: 10px;
-moz-border-radius: 10px;
}

.twitted h2
{
margin: 0;
padding: 0;
font-size: 12px;
color: #ffffff;
background-color: #ffffff;
}

.twitted p.preLoader
{
margin: 0;
text-align: center;
padding: 9px 0px 0px;												background: transparent url('images/loader.gif') 320px 7px no-repeat;
}

.twitted ul#twitter_update_list
{
margin: 0;
padding: 0px 0px;
list-style-type: none;
}

.twitted ul#twitter_update_list li
{
margin: 0;
padding: 9px 0px 0px;
border-bottom: 1px dashed #cccccc;
}

.twitted ul#twitter_update_list li span
{
/* tweet content */
color: #333333;
display: block;
font-size: 12px;
text-align: center;
}

.twitted ul#twitter_update_list li span a
{
/* links in tweet content */
color: #32649A;
font-size: 12px;
}

.twitted ul#twitter_update_list li a
{
/* timestamp link */
color: #32649A;
font-size: 12px;
}

.twitted ul#twitter_update_list li.firstTweet
{
}

.twitted ul#twitter_update_list li.lastTweet
{
border-bottom: none;
}

.twitted p.profileLink
{
display: block;
margin: 0;
padding: 0.3em 1em;
color: #fff;
background-color: #ddd;
}
