DIV.sociable
{
	/*[disabled]margin:0px 0 0px 200px;*/
	padding: 0;
	text-align: right;
}
SPAN.sociable_tagline
{
	position: inherit;
}
SPAN.sociable_tagline SPAN
{
	display: none;
	width: 14em;
}
SPAN.sociable_tagline:hover SPAN
{
	position: absolute;
	display: block;
	top: -5em;
	background: #FFE;
	border: 1px solid #CCC;
	color: #000000;
	line-height: 1.25em;
}
.sociable SPAN
{
	display: block;
}
.sociable UL
{
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable UL LI
{
	background: none;
	display: inline-block;
	margin: 0;
	padding: 2px;
}
.sociable UL LI:before
{
	content: "";
}
.sociable IMG
{
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}
.sociable-hovers
{
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover
{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
