

H2.title {
	font-size:13px;
}

.form_table {
	margin-top: 0px;
	font-size: 12px;
}
.form_table TR {
	height:0;
}

.form_table TD {
	height:0;
  text-align: left;
}
.form_table TR.buttons TD {
 	padding-top:10px;
}
.form_table TR.spacer TD {}



.text_booking {
	/* position: absolute;	width: 270px;  	height: 320px; margin-top: 80px;	margin-left: 240px; */
	padding: 10px;
	padding-left:20px;
	background-image: url('booking_div.png');
  background-repeat: no-repeat;
  font-size:14px;
	font-family: 'Comic Sans MS', "Comic Sans MS", 'Sand', lucida, fantasy, serif;
	font-weight:bold;
}


.text_booking H4 {
	margin-bottom:8px;
	font-size:16px;
}

.step-mark {
	color:#FFF;
}


TD.label {
  white-space: nowrap;
}

A.in_booking_form {
  color: #942929;
}

A.in_booking_form:hover {
  color: #FF9C00;
}

.bold {
  font-weight: bold;
}

.booking_date {
  position: absolute;
  color:#942929;
  margin-left: 110px;
}
.booking_room {
  position: absolute;
  color:#942929;
  margin-left: 320px;
}



