.social {
	text-align:center;
	margin-bottom:10px;
	}

#share_btn {
	cursor:pointer;
	margin-top:5px;
	font-size:10px;
	float:left;
	border:1px solid #999999;
	padding-bottom: 5px;
	width:140px;
	text-align:center;
	}

.share_pane {
	background:#FFFFFF;
	position:relative;
	top:-1px;
	left:0px;
	overflow:visible;
	z-index:99999;
	width:140px;
	border:1px solid #AAAAAA;
	}
	
.share_pane_only {
	background:#FFFFFF;
	position:absolute;
	top:0px;
	right:-1px;
	overflow:visible;
	z-index:99999;
	width:140px;
	border:1px solid #AAAAAA;
	margin-bottom:-104px;
	}
	
.no_float {
	position:relative;
	top:-23px;
	left:0px;
	width:140px;
	margin-bottom:-104px;
}

.frontpage {
	position:absolute;
	top:0px;
	left:0px;
	z-index:99999;
	width:140px;
	border:1px solid #AAAAAA;
	}
	
.share_text {
	padding: 0 10px 0 10px;
	position:relative;
	top:1px;
	}

.share_message {
	width:140px;
	float:left;
	display:inline;
	background:#CCCCCC;
	}
	
.share_close {
	cursor:pointer;
	width:50px;
	padding-right:5px;
	float:right;
	}

.share_site {
	border: 1px solid #FFFFFF;
	text-align:left;
	margin: 5px;
	width:100px;
	background: #FFFFFF;
	font-size:11px;
}

.share_site:hover {
	border: 1px solid #DDDDDD;
	background: #EEEEEE;
}


/*overridden in style.css*/
.share_site a {
	color:#868686;
}

.share_site img{
	position:relative;
	top: 1px;
	}
	
#share_btn img{
	position:relative;
	top: 4px;
	height:12px;
	width:12px;
	}
	
.float_clear {
	clear:both;
	}