#oppoa { position:relative; float:right; /*width: 228px;*/ width: 526px; margin-top:10px;}

.twitted {
	width: 240px;
	margin-bottom: 1.5em;
	border: 1px solid #ccc;
	height:220px;
	background: #ccc;
	/*background: #ccc url("icotwitter.png") 0.4em 0.1em no-repeat;*/
	}

.twitted h2 {
	position:relative;
	margin: 0;
	padding:0;
	font-size: 1.2em;
	color: #fff;
	height:25px;	
	background: #ccc url("logotwitter.png") 0.5em 0.2em no-repeat;
	text-align:right;
	width:515px;
}

.twitted h2 a:link,.twitted h2 a:visited, .twitted h2 a:active
{display: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:180px !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: #ccc;
}

.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 #ccc;
	font-size:1em;

	height:10px;
}

.twitted p.profileLink a:link, .twitted p.profileLink a:visited, .twitted p.profileLink a:active {	
	color: #000;
	margin: 0;

	font-size:0.8em;

	height:0px;
	}

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