.button.wp-default {
	font-family: sans-serif;
	line-height: 25px;
	padding: 2px 12px !important;
/* 	background: linear-gradient(to bottom, #green, #F4F4F4) repeat scroll 0
		0 #F3F3F3 !important; */
	background-image: none;
	border-color: #BBB;
	color: #green;
	/* text-shadow: 0 1px 0 #FFF; */
	-moz-box-sizing: border-box;
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	white-space: nowrap;
	outline: none;
	width: initial;
	height: initial;
}
