@charset "utf-8";
/* CSS Document */

form.reservation fieldset {
  margin-bottom: 10px;
  width:475px;
  border: 1px solid #2c0755;
  padding:10px;
  padding-top:2em;
  margin-right:0.5em;
}
form.reservation legend {
  padding: 0 2px;
  font-weight: bold;
  color:#2c0755;
background: #ffcc00;
border: 1px solid #2c0755;
padding: 2px 6px
}
form.reservation label {
  width: 200px; /* Width of labels */
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  font-size:9pt;
  text-align:right;

}

form.reservation fieldset div {margin-bottom:0.5em;}