@charset "utf-8";

#twitter {
	display: none;
	width: 100%;
	/* height: 200px; */
	overflow: auto;
	color: #666;
	border: 1px solid #CCC;
	margin: 0 0 10px 0;
}

.atloading {
	text-align: center;
	padding: 10px;
}

.attweets {
	font-size: 10pt;
	line-height: 20px;
	text-align: left;
}

.attweet {
	clear: both;
	padding: 10px;
	border-bottom: 1px solid #EEE;
}

.attweet:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.attweet { display: inline-block; }
/* exlude MacIE5 \*/
* html .attweet { height: 1% }
.attweet {display:block;}
/* end MacIE5 */

.attweets .atphoto {
	float: left;
	width: 48px;
	margin: 0;
	padding: 1px;
	border: 0px solid #CCC;
}

.attweets .attext {
	margin: 0 0 1em 62px;
}

.attweets .atstatus {
	margin: 0 0 0 62px;
	font-size: 8pt;
	line-height: 13px;
}

