.twitted {
	width: 258px;
	margin-bottom: 1.5em;
	border: 1px solid #0E63F5;
	height:auto;
	background: #0E63F5 url("icotwitter.png") 0.4em 0.1em no-repeat;
	}

.twitted h2 {
	position:relative;
	left:3.2em;
	top:0.9em;
	margin: 0;
	padding: 2em 0.8em;
	font-size: 1.2em;
	color: #fff;
	height:53px;	
}

.twitted h2 a:link,.twitted h2 a:visited, .twitted h2 a:active
{color:#fff;
text-decoration:none;
}
.twitted h2 a:hover
{text-decoration:underline;}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: #fff url("loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0 0.8em;
	list-style-type: none;
	overflow:auto;
	height:110px !important;
	background-color:#fff;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #ccc;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #00f;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #0E63F5;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	display: block;
	margin: 0;
	color: #fff;
	border:2px solid #0E63F5;
	font-size:1em;
	background: #0E63F5 url("logotwitter.png") 0.5em 0.1em no-repeat;
	height:20px;
}

.twitted p.profileLink a:link, .twitted p.profileLink a:visited, .twitted p.profileLink a:active
{color:#fff;
text-decoration:none;
left:7em;
top:0.2em;
position: relative;
}

.twitted p.profileLink a:hover
{
text-decoration:underline;	
}