.green-btn {
	display: block;
	margin-top: 15px;
	max-width: 604px;
	width: 100%;
	box-sizing: content-box;
}
.green-btn-l {
	background: url("/wp-content/plugins/OauthClient/img/green_button_c.png") 0 0 repeat-x;
	float: left;
	height: 34px;
	padding: 12px 8px 0 12px;
	border: 0;
	box-sizing: content-box;
}
.green-btn-lb {
	background: url("/wp-content/plugins/OauthClient/img/green_button_lb.png") 0 0 no-repeat;
	float: left;
	height: 45px;
	padding: 10px 0 6px 4px;
	border: 0;
	box-sizing: content-box;
}
.green-btn-r {
	background: url('/wp-content/plugins/OauthClient/img/green_button_r.png') 0 0 no-repeat;
	display: inline-block;
	float: left;
	width: 19px;
	height: 45px;
	box-sizing: content-box;
}
.green-btn a {
	display: block;
	color:#000;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	height: 45px;
	float:left;
}