table.sharetable {
	margin-bottom:30px;

	width:300px;

	color:#333333;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
}

table.sharetable td.statlabel {
	width:210px;
	height:30px;
	line-height:30px;

	font-weight:normal;
	vertical-align: middle;

	padding-left:10px;
	background:url(sharetable_arrow.png) no-repeat left top #ededed;

	border-bottom:2px solid #FFFFFF;
}

table.sharetable td.statvalue {
	height:30px;
	vertical-align: middle;
	text-align: center;
	padding-left:10px;
	padding-right:15px;
	width:80px;
	background:#ededed;
	border-bottom:2px solid #FFFFFF;
}

table.sharetable td.statvalue a {
	color:#333333;
	text-decoration: none;
}

table.sharetable td.statvalue a:hover {
	color:#333333;
	text-decoration: underline;
}
