.jpsharewith {
	float: left;
	width: 100%;
	margin: 20px 0;
}

.jpsharewith img {
	vertical-align: middle;
	margin-right: 2px;
	border: 0;
}

.jpsharewith a:link,
.jpsharewith a:visited {
	float: left;
	height: 22px;
	margin: 0 3px 3px 0;
	line-height: 22px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	background-color: rgb(75, 155, 214);
	border: 1px solid #fff;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 9px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-radius: 0px 9px 0px 9px;
	border-radius: 0px 9px 0px 9px;
	text-decoration: none;
	padding: 3px 5px;
}

.jpsharewith a:hover,
.jpsharewith a:active,
.jpsharewith a:focus {
	background-color: #fff;
	color: rgb(75, 155, 214);
	border: 1px solid #3390CD;
}
