#topbox{
	background-color: #e4f7de; 
	width:auto; 
	font-size:16px;
	font-family:"lucida grande",lucida,tahoma,helvetica,arial,sans-serif !important;
	color:#5FB555 !important;
	padding:10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#tweetbox {
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#e4f7de;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#e4f7de;
	font-family:"lucida grande",lucida,tahoma,helvetica,arial,sans-serif !important;
	font-size:12px;	/*width:300px;*/
}

#bottombox{
	background-color: #e4f7de; 
	width:auto; 
	font-size:16px;
	font-family:"lucida grande",lucida,tahoma,helvetica,arial,sans-serif !important;
	color:#5FB555 !important;
	padding:10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius: 10px; /* future proofing */
	overflow:hidden;
	padding:10px;
}

#twitpic{
	height:15px;
	float:left;
}

#joinconvo{
	text-align:right;
	float:right;
	text-decoration:none !important;
	color:#5FB555;
	font-size:12px !important;
}

#joinconvo:hover {
	text-decoration:underline !important;
}

.tweet{
	border-bottom-style:solid;
	border-bottom-color:#e4f7de;
	border-bottom-width: 1px;
	margin:0;
	padding:12px;
	clear:both;
}

.name {
	text-decoration:none !important;
	color:#025E6F;
	font-size:12px !important;
}

.name:hover {
	text-decoration:underline !important;
}

img.twitter_followers {
padding-right:10px;
height:30px;
width:30px;
border:none;
float:left;;

}

