.green-btn {
	display: block;
	margin-top: 15px;
	max-width: 604px;
	width: 100%;
	box-sizing: content-box;
}
.green-btn-l {
	background: url("/wp-content/plugins/oauth-client-muloqot/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/oauth-client-muloqot/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/oauth-client-muloqot/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;
}

.snow-btn {
	display: inline-block;
	box-sizing: content-box;
}
.snow-btn-c {
	background: url("/wp-content/plugins/oauth-client-muloqot/img/snowbtn_center.png") 0 0 repeat-x;
	float: left;
	height: 33px;
	padding: 12px 11px 0px 12px;
	border: 0;
	box-sizing: content-box;
    font-family: Arial;
    line-height: normal;
}
.snow-btn-l {
	background: url("/wp-content/plugins/oauth-client-muloqot/img/snowbtn_left.png") 0 0 no-repeat;
	float: left;
	height: 29px;
	padding: 10px 0 6px 4px;
	border: 0;
	box-sizing: content-box;
}
.snow-btn-r {
	background: url('/wp-content/plugins/oauth-client-muloqot/img/snowbtn_right.png') 0 0 no-repeat;
	display: inline-block;
	float: left;
	width: 5px;
	height: 45px;
	box-sizing: content-box;
}
.snow-btn a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: white;
	font-weight: bold;
	height: 45px;
	float:left;
}
.snow-btn-or {
	display:inline-block;
}
.snow-btn-or div {
	display: block;
	height: 34px;
	float: left;
	padding:0 12px;
	text-decoration: none;
	font-size: 14px;
	color: #5e6066;
	font-weight: bold;
}
.snow-btn-subtext {
	clear:both;
	color: #5e6066;
	font-size: 14px;
	margin-top:15px;
}
.snow-btn-div {
	padding-top:20px;
	clear: both;
}