.button_holder input {
	background: #369D70 none repeat scroll 0% 0%;
	display: block;
	width: 30%;
	margin: 0 auto;
	cursor: pointer;
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	padding: 4px 8px;
	text-align: center;
	border: none;
	border-bottom: 4px solid #C74312;
	margin-top: 10px;
}
.button_holder input:hover {
	background: #33C586;
	color: #fff;
}