div.sociable {
	height: 40px;
	margin: 20px 0;
	background-color: #EDEDED; 
	border: 1px solid #DCDDDD;
	padding: 5px 5px 5px 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	
	
}
div.sociable img {
	height: 32px;
	width: 32px;
	padding-top: 5px;
}

.sociable_tagline { 
	color: #5E6D78;
	position: relative;
	font-family: Georgia, serif;
	font-size: 2.2em;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}
.sociable_tagline span { display: none; width: 14em; }
.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable_buttons {
	float: right;
}
.sociable_buttons ul {
	clear: both;
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable_buttons li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable_buttons ul li:before { content: ""; }

.sociable-hovers {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.sociable-hovers:hover {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=60);
}
