input[type="submit"].green_button {
	display: block;
	width: 122px;
	height: 30px;
	background-color: #35ac3c;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	margin: auto;
	text-decoration: none;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 0;
}

input[type="submit"].green_button:hover {
	background-color: #3eb445;
	text-decoration: none;
}