a.edit_button {
	font-family: "Arial";
	display: block;
	float: left;
	color: #888;
	font-size: 12px;
	line-height: 22px;
	margin: 0px 10px 0px 0px;	
}
a.edit_button:hover {
	color: #000;
}
a.edit_button span.icon {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../images/edit_button.gif');
	background-position: bottom right;
	float: left;
}
a.edit_button:hover span.icon {
	background-position: bottom left;
}

a.delete_button {
	font-family: "Arial";
	display: block;
	float: left;
	color: #888;
	font-size: 12px;
	line-height: 22px;
	margin: 0px 10px 0px 0px;	
}
a.delete_button:hover {
	color: #000;
}
a.delete_button span.icon {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../images/delete_button.gif');
	background-position: bottom right;
	float: left;
}
a.delete_button:hover span.icon {
	background-position: bottom left;
}

a.share_button {
	font-family: "Arial";
	display: block;
	float: left;
	color: #888;
	font-size: 12px;
	line-height: 22px;
	margin: 0px 10px 0px 0px;	
}
a.share_button:hover {
	color: #000;
}
a.share_button span.icon {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../images/share_button.gif');
	background-position: bottom right;
	float: left;
}
a.share_button:hover span.icon {
	background-position: bottom left;
}

a.add_button {
	font-family: "Arial";
	display: block;
	float: left;
	color: #888;
	font-size: 12px;
	line-height: 22px;
	margin: 0px 10px 0px 0px;	
}
a.add_button:hover {
	color: #000;
}
a.add_button span.icon {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../images/menu_add_button.gif');
	background-position: bottom right;
	float: left;
}
a.add_button:hover span.icon {
	background-position: bottom left;
}

a._button {
	font-family: "Arial";
	display: block;
	float: left;
	color: #ccc;
	font-size: 12px;
	line-height: 22px;
	margin: 0px 0px 0px 0px;	
}

a.facebook_button {
	font-family: "Arial";
	display: block;
	float: left;
	color: #ccc;
	font-size: 12px;
	line-height: 22px;
	margin: 0px 2px 10px 4px;	
}
a.facebook_button:hover {
	color: #000;
}
a.facebook_button span.icon {
	display: block;
	width: 16px;
	height: 16px;
	background: url('../images/facebook_button.gif');
	background-position: bottom right;
	float: left;
}
/*
a.facebook_button span.icon {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../images/facebook_button.gif');
	background-position: bottom right;
	float: left;
}
*/


a.twitter_button {
	font-family: "Arial";
	display: block;
	float: left;
	color: #ccc;
	font-size: 12px;
	line-height: 22px;
	margin: 0px 2px 10px 4px;	
}
a.twitter_button:hover {
	color: #000;
}
a.twitter_button span.icon {
	display: block;
	width: 16px;
	height: 16px;
	background: url('../images/twitter_button.gif');
	background-position: bottom right;
	float: left;
}


a.youtube_button {
	font-family: "Arial";
	display: block;
	float: left;
	color: #ccc;
	font-size: 12px;
	line-height: 22px;
	margin: 0px 2px 10px 4px;	
}
a.youtube_button:hover {
	color: #000;
}
a.youtube_button span.icon {
	display: block;
	width: 16px;
	height: 16px;
	background: url('../images/youtube_button.gif');
	background-position: bottom right;
	float: left;
}

