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

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

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.gif');
}

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