
 #bookingelement p, input, select, textarea {  display: inline;
  margin: 5px;
 }

 .bookingheader {
  width: 40%;
  text-align: center;  margin: 10px;
  background: yellow;
  font-size: 18pt;
 }

 #booking-form p, input {
  font-family: Arial;
  font-size: 10pt;
 }

 .booking-form {  width: 600px;
  height: 300px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  background-image: url('../images/bookingbackground.jpg');
 }

 #bookingcontent, #bookingcontent1, #bookingcontent2 {  margin-top: 20px;
  height: 200px;
 }

 #questions, #questions1, #questions2 {
  width: 290px;
  height: 200px;
 }

 #question, #question1, #question2 {
  padding-left: 20px;  width: 280px;
  height: 40px;
 }

 #answers, #answers1, #answers2 {  position: relative;
  top: -202px;
  left: 300px;
  width: 290px;
  height: 200px;
 }

 #answer, #answer1, #answer2 {  width: 280px;
  height: 40px;
 }

 #answer input {  width: 80%;
 }

 .close {  width: 25px;
  height: 25px;
  margin: 10px;  border: 1px solid grey;
  background: #eb9b9b;
  font-weight: bold;
  font-size: 200%;
  text-align: center;
  color: grey;
  float: right;
  cursor: hand;
 }

 /* Navigation CSS */

 #navigation, #navigation1, #navigation2 {  margin-top: 10px; }

 .nextfirst {  width: 50px;
  height: 25px;
  border: 1px solid #CCCCCC;
  font-family: Arial;
  font-size: 14pt;
  text-align: center;
  margin: 10px;
  margin-left: 535px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline;
  cursor: hand;
  background: #FFFFE0;
 }

 .next, .finish {  width: 50px;
  height: 25px;  border: 1px solid #CCCCCC;
  font-family: Arial;
  font-size: 14pt;
  text-align: center;
  margin: 10px;
  margin-left: 212px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline;
  cursor: hand;
  background: #FFFFE0;
 }

 .back {  width: 50px;
  height: 25px;
  border: 1px solid #CCCCCC;
  font-family: Arial;
  font-size: 14pt;
  text-align: center;
  margin: 10px;
  margin-right: 240px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline;
  cursor: hand;
  background: #FFFFE0;
 }

 #booking-proc-load {  margin-top: 140px;
  margin-left: 280px;
 }

 #booking-proc-text {  margin-top: 10px;
  text-align: center;
  font-size: 150%;
 }

 #booking-complete p {  margin-left: 25px;
  margin-top: 15px;
  font-family: Arial;
  font-size: 11pt;
 }

 #booking-complete a {  margin-left: 240px;
  margin-top: 50px;
  padding: 10px;
  font-family: Arial;
  font-size: 11pt;
  border: 1px solid grey;
  background-color: #FF3333;
 }

 #legalstuff {  border: 1px solid black;
  width: 200px;
  height: 600px;
 }

 #legalstuff p {  font-family: Arial;
  font-szie: 11pt;
  padding: 5px;
  margin-left: 15px;
 }

 .legalheader {
  width: 60%;
  text-align: center;
  margin: 10px;
  background: yellow;
  font-size: 18pt;
 }


