


.booking .form-input-field {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	cursor: pointer;
}

.booking .form-input-button {
	margin-top: 10px;
}

/*!
 * Horizontal align time + date slots
 */
 
.booking input.time {
    width: 100.00%;
    margin-right: 0px;
}

.booking input.date {
    width: 100.00%;
    margin-right: 0px;
}

/*!
 * Button overwrite Styles
 */
 

.stacks_in_4_bookingbutton  {
	width: auto;
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block; 
	height:30px; 
	line-height:0px; 
	border:none; 
	margin:0; 
	padding: 20px!important;
	color:#FFFFFF!important; 
	font-size: 14px!important;
	text-transform:none; 
	background:#F45B4F!important; 
	width:auto; 
	-webkit-border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	border-radius: 2px!important;
}

.stacks_in_4_bookingbutton:hover{
	background-color:#EE4D41!important; 
	color:#FFFFFF!important;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

