	
	#booking_wrap {
		overflow: hidden;
	}
	
	#booking_wrap .ctrl {
		
	}
	#booking_wrap .ctrl .right {
		float: right;
	}

	#booking_wrap, #booking_wrap p, #booking_wrap td {
		font-family: verdana;
		font-size: 10px;
	}
	#booking_wrap td {
		padding: 2px 0 2px 0;
		width: 26px;
		text-align: center;
		background-color: #f0f0f0;
	}
	#booking_wrap .booked {
		background-color: #42C3E2;
		color: #175F6D;
	}
	#booking_wrap .hover {
		background-color: #175F6D;
		cursor: pointer;
		color: #fff;
	}
	#booking_wrap .taken {
		background-color: #F4551E;
		color: #fff;
	}
	#booking_wrap #error {
		border: 1px solid #F4551E;
		color: #F4551E;
		padding: 5px;
	}
	#booking_wrap label.error {
		color: red;
		padding-bottom: 3px;
	}
	
	#booking_wrap label {
		display: block;
	}
	#booking_wrap #step1, 
	#booking_wrap #step2, 
	#booking_wrap #step3, 
	#booking_wrap #step4,
	#booking_wrap #step5 {
		float: left;
		padding: 5px;
		background-color: #fff;
		height: 300px;
	}
	
	
	#booking_wrap #step1, 
	#booking_wrap #step2, 
	#booking_wrap #step3, 
	#booking_wrap #step4,
	#booking_wrap #step5 {
		width: 200px;
	}
	
	#booking_wrap hr {
		background-color: transparent;
		border: none;
		border-bottom: 1px dashed #ccc;
	}
	
	#booking_wrap h2 {
		font-family: "Trebuchet MS", verdana;
		font-size: 14px;
		margin: 0 0 5px 0;
		padding: 0;
		color: #114751;
	}
	
	#booking_wrap #step1 a {
		display: block;
		padding: 10px;
		background-color: #ACE4F1;
		margin-bottom: 1px;
		color: #114751;
		text-decoration: none;
		
	}
	#booking_wrap #step1 a:hover {
		color: #fff;
		background-color: #114751;
	}
	#booking_wrap input {
		width: 95%;
	}
	
	#booking_wrap input.next {
		width: 99%;
		background-color: #ACE4F1;
		border: 1px solid #114751;
		color: #114751;
	}
	
	#booking_wrap #calendars {
		padding-bottom: 5px;
		background-color: #fff;
	}
	
	#booking_wrap form {
		display: inline;
		background-color: #fff;
	}
	
	#booking_wrap #backbutton {
		float: left;
		height: 310px;
		width: 50px;
		background-color: #fff;
		background-image: url(../images/bookingBack.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	
	#booking_wrap #backbutton:hover {
		background-image: url(../images/bookingBack_over.jpg);
	}
	
	#booking_wrap {
		margin-left: 50px;
	}
	
	#legend {
		position: absolute;
		margin-left: 140px;
		margin-top: 2px;
		padding-right: 3px;
		border: 1px solid #F4551E;
		line-height: 12px;
		font-size: 9px;
		color: #F4551E;
	}
	#legend .booked {
		display: block;
		width: 12px;
		height: 12px;
		background-color: #F4551E;
		float: left;
		margin-right: 3px;
	}
	
