#rebook_container {
	width: 670px !important;
	padding: 15px 0 40px 0;
}

#rebook_container h1 {
	font-size: 20px;
	margin: 0 0 15px 0;
	border-bottom: 1px #ccc solid;
	padding: 0 0 5px 0;
}

	#rebook_container h1 span {
		color: red;
	}
	
		#rebook_container h1 a {
			padding: 0 3px;
			background: red;
			color: #fff !important;
			text-decoration: none;
		}
		
#rebook_container h2 {
	font-size: 14px;
}

	#rebook_container h2 a {
		font-size: 14px;
		color: #fff !important;
		text-decoration: none;
		background: red;
		padding: 0 3px;
		text-transform: uppercase;
		font-weight: bold;

	}
	
	#rebook_container h2 a.green-btn {
		color: #fff !important;
		background: green !important;
	}
	
	#rebook_container h2 a:hover {
		background: #c60000;
	}
	
	#rebook_container h2 a.green-btn:hover {
		color: #fff !important;
		background: #005d00 !important;
	}


#booking-details-container {
	padding: 0 0 30px 0;	
}
	
#booking-details-container h1 {
	font-size: 20px;
	margin: 0 0 15px 0;
	border-bottom: 1px #ccc solid;
	padding: 0 0 5px 0;
}

#booking-details-container h2 {
	font-size: 14px;
	margin: 0 0 10px 0;	
}

#booking-details-container form {
	margin: 0;	
}

	#booking-details-container label {
		display: block;
		font-weight: bold;
	}
	
	#booking-details-container input.input_text {
		margin: 0 0 10px 0;
		padding: 2px;
	}

#booking-details-container .booking-details-buttons {
	margin: 20px 0 0 0;	
	padding: 20px 0 0 0;
	border-top: 1px #ccc solid;
}

	#booking-details-container .booking-details-buttons a {
		font-size: 14px;
		color: #fff !important;
		padding: 2px 4px;
		background: green;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	#booking-details-container .booking-details-buttons a:hover {
		background: #005d00;
	}
	
	
#payment-container {
	padding: 0 0 0 15px;
	background: #fff;
	border-left: 1px #ccc solid;
}




/* Calendar
-------------------------------------------------------------------*/
#callendar_container {}

.calendar-box {
	float: left;
	background: #eee;
	margin: 0 12px 0 0;
	padding: 3px 7px 10px 7px;
	border-bottom: 1px #ccc solid;
}

.calendar-box h3 {
	text-align: center;
	padding: 3px 0 7px 0;
	font-weight: bold;
}	

	.calendar-box th,
	.calendar-box td {
		padding: 2px 3px;
		text-align: center;
		vertical-align: middle;
	}
	
	.calendar-box td {
		color: #999;
	}
	
	.calendar-box a {
		text-decoration: none;
		color: #000 !important;
		font-weight: bold;
	}
	
	.calendar-box a:hover {
		background-color: green !important;
		color: #fff !important;
	}
	
	
	
.time_container {
	padding-bottom: 10px;	
}	
	
.time_container h4 {
	font-size: 14px;
	margin: 0 0 5px 0;
}

	.time_container a {
		display: block;
		width: 50px;
		float: left;
		background: #eee;
		text-align: center;
		margin: 0 3px 3px 0;
		text-decoration: none;
		padding: 2px 0;
		font-weight: bold;
		color: #000 !important;
	}
	
	.time_container a:hover {
		background: green;
		color: #fff !important;
	}
	
.green-btn