form.gift-form div{
	margin: 15px 0;
}
form.gift-form label span{
	display: inline-block;
	min-width: 200px;
}
form.gift-form .submit-button{
	text-align: right;
}

.reservation-error-message{
	display: block;
	width: 100%;
	border: 1px solid #350000;
	margin: 0.5em 0;
	padding: 0.1em 0.3em;
	background: #a70000;
	color: #fff;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

#promo-code-error-message .reservation-error-message{
	display: inline-block;
	width: auto;
}

.clear-left{
	clear: left;
}

#reservation-row-lodges,
#reservation-lodge-selector-container,
#reservation-row-people,
#reservation-row-promo,
#reservation-next-step{
	display: none;
}

.lodge-selected-from-url #reservation-row-lodges,
.lodge-selected-from-url #reservation-lodge-selector-container{
	display: block;
}

.lodge-selected-from-url .reservation-loading{
	display: none;
}

.reservation-loading{
	padding: 4px 7px;
}

/* #reservation-next-step button{
	margin: 10px 7px;
	background: #620d0e;
	outline: none;
	border: none;
	color: #fff;
	padding: 0.2em 0.4em;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}

#reservation-next-step button:hover{
	background: #ca1a1c;
} */