/* positioning */
#share-functions-floater {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
}
#share-functions-floater-inner {
	position: relative;
	top: 0px;
	left: 0px;
	width: 733px;
	margin: 0px auto;
}
#share-functions-floater-content {
	position: absolute;
	top: 200px;
	left: 750px;
}

/* design */
#share-functions-floater-bg,
#share-functions-floater-fg {
	background-color: #464600;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#share-functions-floater-fg {
	background-color: #F4EADB;
	position: relative;
	top: -4px;
	left: -4px;
	width: 140px;
	padding: 4px;
}
