/* The stylesheet for the Social Bookmarks plugin */

.social_bookmark
{
	display: block;
	margin-left: 0;
	margin-right: 0;
	margin-top: 4px;	
}

.social_img
{
	padding: 0; margin: 0;
	border: 0;
}

.social_img img {
	/* display: none; */
	padding: 1px 1px 1px 1px; margin: 0 3px -4px 0;
	background-color: white;
	border: 0px solid #00cc00;	
	opacity: .5;
	filter: alpha(opacity=50);
}

.social_img:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.social_label
{
	margin-right: 5px;
}