.tweet{
	width: 455px;
	float: left;
	border-bottom:1px solid #EEEEEE;
	padding:10px 0 8px;
}

.tweet .thumbnail{
	height: 48px;
	width: 48px;
	float: left;
}

.tweet .screenname a:link, .tweet .screenname a:visited{
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
	display:inline;
	text-decoration: none;
}

.tweet .text{
	line-height: 16px;
	font-size: 14px;
}

.tweet .details{
	float:left;
	padding-left: 5px;
	width: 400px;
}

.tweet .meta {
	color:#999999;
	font-size:11px;
}

.tweet_box_label{
	font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;
	font-size:20px;
	font-weight:normal;
	line-height:1.1;
	margin-bottom:10px;
	padding-right:130px;
	width:50%;
}

.updates{
	margin:auto;
	width:99%;
}

.updates .update_form{
	background-color: #eeeeee;
	padding: 10px; 
	margin-top: 10px;
	margin-bottom: 10px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.updates .update_form textarea{
	height: 50px;
	margin-bottm: 10px; 
}

.updates .content_column{
	width: 48%;
	float:left;
	padding: 5px;
}
