/*

	Style for Share Buttons (iframe ext)
	
 */

 
.s_button{
	line-height:18px;
	height:18px;
	padding:0 5px;
	border:1px solid #999;
	border-radius:2px;
	display:inline-block;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	text-decoration:none !important;
	color:#666;
	font-size:11px;
	white-space:nowrap;
	overflow:hidden;
	max-width:140px;
	font-family: Arial, Helvetica, sans-serif !Important;
}
.s_button:hover{
	border:1px solid #838383;
}

.s_button.s_button_dark{
	background: #565c62; /* Old browsers */
	background: -moz-linear-gradient(top,  #565c62 0%, #2b3036 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565c62), color-stop(100%,#2b3036)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #565c62 0%,#2b3036 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #565c62 0%,#2b3036 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #565c62 0%,#2b3036 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #565c62 0%,#2b3036 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565c62', endColorstr='#2b3036',GradientType=0 ); /* IE6-9 */
	border:1px solid #565c62;
	color:#e8e8e8
}


.s_button strong{
	color:#2f353b;
	font-weight:bold;
	font-size:14px;
	padding-right:5px;
	border-right:1px solid #999;
	margin-right:5px;
	height:18px;
	line-height:18px;
	display:inline-block
}


.s_button.s_button_dark strong{
	color:#e8e8e8;
	border-right:1px solid #575c61;
}

.s_button.no_text strong{
	border:none;
	margin:0;
	padding:0
}









 
