.styled-form input[type="submit"], .styled-form input[type="button"] {
	font: 15px/38px "DisplayMedium";
	color: #fff;
	text-transform: uppercase;
	display: block;
	height: 38px;
	border-radius: 2px;
	padding: 0px 13px;
	padding-top: 2px;
	text-decoration: none;
	border: none;
	text-shadow: -1px -1px 1px #677d00;
	background: #bad000;
	background: -moz-linear-gradient(top, #bad000 0%, #5d8f00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bad000), color-stop(100%,#5d8f00));
	background: -webkit-linear-gradient(top, #bad000 0%,#5d8f00 100%);
	background: -o-linear-gradient(top, #bad000 0%,#5d8f00 100%);
	background: -ms-linear-gradient(top, #bad000 0%,#5d8f00 100%);
	background: linear-gradient(to bottom, #bad000 0%,#5d8f00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bad000', endColorstr='#5d8f00',GradientType=0 );
	width: 345px;
}