/* Separate file*/
#contentbox {
  position: absolute;
  top: 135px;
  left: 35px;
  width: 926px;
  height: 384px;
  background-image: url('/img/gui/hugeBox.png');
  background-repeat: no-repeat;
}

/* BEGIN*/

#bookingform {
  position: absolute;
  display: block;
  top: 15px;
  right: 15px;
  height: 354px;
  width: 417px;
}

#bookingform form {
  position: absolute;
  margin: 0px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#bookingform #event {
  position: absolute;
  width: 200px;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  padding-right: 5px;
  border: 0px none transparent;
}

#bookingform #contact {
  position: absolute;
  width: 200px;
  top: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  padding-right: 5px;
  border: 0px none transparent;
}


#bookingform #event label,
#bookingform #event input,
#bookingform #event textarea {
  position: relative;
  left: 0px;
  width: 100%;
}

#bookingform #contact label,
#bookingform #contact input,
#bookingform #contact textarea {
  position: relative;
  right: 0px;
  width: 100%;
}

#bookingform div {
  margin: 0.8ex 0ex 0ex 0ex;
  font-size: 7.5pt;
  float: right;
  clear: none;
}

#bookingform label {
  display: block;
  margin: 0.8ex 0ex 0ex 1ex;
  font-size: 7.5pt;
}

#bookingform input {
  display: block;
  margin: 0ex;
}

#bookingform #submit {
  display: inline;
  position: relative;
  margin: 0.8ex 0ex 0ex 0ex;
  max-width: 10ex;
}

/* END*/

.buttonbox {
  top: 10px;
  left: 7px;
}

#header {
  position: absolute;
  top: 10px;
  left: 281px;
  width: 340px;
  margin: 0px;
  padding: 0px;
}

#contents {
  position: absolute;
  top: 39px;
  left: 281px;
  width: 205px;
  height: 240px;
  margin: 0px;
  padding: 0px;
  overflow: auto;
}

#breadcrums {
  display: block;
  font-weight: bold;
  position: absolute;
  color: white;
  top: -20px;
  left: 20px;
  margin: 0px;
  padding: 0px;
}

#breadcrums li {
  display: inline;
  margin: 0px;
  padding: 0px;
  color: #fbfbfb;
}

#breadcrums li a {
  color: #fbfbfb;
  text-decoration: none;
  text-transform: uppercase;
}

.shade {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url('/img/gui/shade.png');
}

