/* The stylesheet for the Social Bookmarking RELOADED plugin */

.social_bookmark
{ width:400px; margin-top:50px; -moz-box-shadow: 0px 0px 5px rgba(0, 0, 3, 0.7) inset; -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 3, 0.7) inset; -moz-border-radius: 30px 0px 10px 10px;-khtml-border-radius: 30px 0px 10px 10px;-webkit-border-radius: 30px 10px 10px 10px; 
	padding:10px;
	display:block;
	margin-left:auto;

	text-align:right;
}

.social_img
{
	padding:1px;
}

/* Social Bookmarking RELOADED is based on Social bookmarks by Apostolos Dountsis */