a.booking_button{
  	display: block; 
	margin: 0 auto; 
	width: 30%;
	text-align: center; 
	vertical-align: middle; 
	padding: 15px 30px;
	border: 1px solid #446e08;
	border-radius: 8px;
	background: #6fb30d;
	background: -webkitgradient(linear, left top, left bottom, from(#6fb30d), to(#446e08));
	background: -moz-lineargradient(top, #6fb30d, #446e08);
	background: linear-gradient(to bottom, #6fb30d, #446e08);
	font: normal normal bold 20px arial;
	color: #ffffff;
	text-decoration: none;
}