.tell_friend_menu {
	
}
.tell_friend_menu a {
	display: block;
	float: right;
	width: 180px;
	height: 30px; /*48*/
	padding-top: 18px;
	text-align: center;
	background: url('/dsg/button-right-brown.gif') no-repeat top left;
	color: #5c5122;
	font-size: 1.1em;
	font-weight: bold;
	overflow: hidden;
}
.tell_friend_menu a.sent {
	height: 36px;
	padding-top: 12px;
}
	.tell_friend_menu a.sent span {
		font-size: 0.917em;
		color: green;
	}