/*button style: http://mailchimp.com/features/social-sharing/*/


.buttonX {
	float: right;
	min-width: 90px;
	width: auto;
	/* margin: 10px 15px; */
	font-size: 13px;
	color: #3F3F38!important;
	font-weight: 400;
	position: relative;
	border: 1px solid #919191;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-color: #F7F7F7;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#F7F7F7),to(#E1E1E1));
	background-image: -webkit-linear-gradient(top,#F7F7F7,#E1E1E1);
	background-image: -moz-linear-gradient(top,#F7F7F7,#E1E1E1);
	background-image: -ms-linear-gradient(top,#F7F7F7,#E1E1E1);
	background-image: -o-linear-gradient(top,#F7F7F7,#E1E1E1);
	background-image: linear-gradient(to bottom,#F7F7F7,#E1E1E1);

	padding: 4px 0;
	letter-spacing: 0;
	line-height: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-indent: 0;
	text-shadow: none;
	text-align: center;
	text-decoration: none !important;
	vertical-align: baseline;
}

.buttonX:hover {
	background-color: #EAEAEA;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#EAEAEA),to(#D4D4D4));
	background-image: -webkit-linear-gradient(top,#EAEAEA,#D4D4D4);
	background-image: -moz-linear-gradient(top,#EAEAEA,#D4D4D4);
	background-image: -ms-linear-gradient(top,#EAEAEA,#D4D4D4);
	background-image: -o-linear-gradient(top,#EAEAEA,#D4D4D4);
	background-image: linear-gradient(to bottom,#EAEAEA,#D4D4D4);
}

.buttonX:active {
	background-color: #C8C8C8;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#C8C8C8),to(#D0D0D0));
	background-image: -webkit-linear-gradient(top,#C8C8C8,#D0D0D0);
	background-image: -moz-linear-gradient(top,#C8C8C8,#D0D0D0);
	background-image: -ms-linear-gradient(top,#C8C8C8,#D0D0D0);
	background-image: -o-linear-gradient(top,#C8C8C8,#D0D0D0);
	background-image: linear-gradient(to bottom,#C8C8C8,#D0D0D0);
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 3px 6px rgba(0,0,0,0.3);
}