#xhanch_my_twitter h2{
	background: URL('img/cup-o-tweet.png') left no-repeat;
	height:50px;
	text-indent:55px;
	line-height:50px;
	vertical-align:middle
}

.my_twitter_wrap {
	background:#ff9700;
	padding:5px;
	border:1px solid #6bbafd;
    -moz-border-radius-topleft: 10px;
	-khtml-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottom right: 10px; 
   	-khtml-border-bottom-right-radius: 10px; 
  	-webkit-border-bottom-right-radius: 10px;
  	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	margin:10px 0;
}

#xhanch_my_twitter ul li{
	font:inherit;
	list-style:none;
	text-indent: 0px;
	background: none;
	padding-left: 0px;
}

#xhanch_my_twitter .avatar{
	float:left;
	padding:0px 3px 3px 0;
	width:48px;
	height:48px
}

#xhanch_my_twitter .credit{
	text-align:right;
}

#xhanch_my_twitter .credit a{
	text-decoration:none;
	font-size:10px
}

#xhanch_my_twitter .credit a:hover{
	text-decoration:underline;
}

#xhanch_my_twitter .clear{
	clear:both
}