#booking_txt {
   width: 505px;
   margin: 0 auto;
   font-size: 18px;
}

#booking_rule {
  width: 1080px;
  margin: 20px 0 40px;
  padding: 30px 0;
  background: rgba(255,255,255,0.8);
}

#booking_rule h3 {
  color: #b19b6a;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

#booking_rule ul {
  width: 760px;
  margin: 0 auto;
  line-height: 2;
}

#booking_form {
  margin: 40px 0;
}

#booking_form h3 {
	padding: 0;
	font-family: 'Amiri', serif;
	letter-spacing: 0.08em;
	font-weight: normal;
	font-size: 28px;
	text-align: center;
	margin: 0 0 10px;
}

#booking_form form {
  padding: 40px 10px 70px;
  background: rgba(255,255,255,0.8);
}

#booking_form p {
  margin: 0 0 10px;
  font-size: 14px;
}

#booking_form table {
  width: 100%;
  border-top: solid 1px #d6d6d6;
  font-size: 14px;
}

#booking_form table th {
  width: 250px;
  padding: 25px 0 25px 40px;
  font-weight: normal;
  text-align: left;
  border-bottom: solid 1px #d6d6d6;
  vertical-align: top;
}

#booking_form table td {
  border-bottom: solid 1px #d6d6d6;
  padding: 20px 0;
}

#booking_form table tr:last-child th,
#booking_form table tr:last-child td {
  border: none;
}


#booking_form table td input[type="text"],
#booking_form table td input[type="date"],
#booking_form table td textarea {
  width: 90%;
  padding: 5px;
  border: none;
  background: #e9e9e9;
}

#booking_form table td input[type="date"] {
  width: 150px;
}

#booking_form table td textarea {
  min-height: 400px;
}

#booking_form table td select {
  padding: 5px;
  border: none;
  background: #e9e9e9;
}

#booking_form .middle_area {
  width: 65%!important;
}

#booking_form button {
  display: block;
  width: 300px;
  height: 50px;
  margin: 20px auto 0;
  border: none;
  background: #393939;
  color: #fff;
  line-height: 50px;
}

/* linebnr */
.linebnr {
	background: rgba(255,255,255,0.8);
	padding: 0 0 50px 300px;

}

#booking_form .linebnr p {
	margin-top: 10px;
}