td.profile a.friend-icon, td.profile a.foe-icon {
	width:19px;
	height:15px;
	background:none no-repeat top left;
	float:right;
}

td.profile a.friend-icon, td.profile a.friend-icon:hover {
	background-image:url('./images/add_friend.png');
}

td.profile a.friend-icon:hover {
	background-position:bottom left !important;
}

td.profile a.foe-icon, td.profile a.foe-icon:hover {
	background-image:url('./images/add_foe.png');
}

td.profile a.foe-icon:hover {
	background-position:bottom left !important;
}