#main h3 {
  line-height:5;
  font-size:16pt;
  color:#326980;
  float:left;
  margin-right:10px
  }
  
fieldset {
  width:420px;
  border:2px solid #444;
  background:#fff;
  margin-left:25px;
  padding-bottom:5px
  }

.error {
  background:#fcc url('../images/error.gif') no-repeat center left;
  color:#000;
  font-weight:bold;
  padding:17px;
  padding-left:25px;
  margin-left:25px;
  width:475px
}

.success {
  font-weight:bold;
  color:#326980;
  font-size:14pt
  }
  
fieldset img {
  float:left;
  margin-left:3px
}

legend {
  margin-left:75px;
  color:#326980;
  font-size:14pt;
  font-weight:bold
  }

label, input, textarea {
  float:none;
  display:block;
  margin:3px 10px;
  color:#2F4F4F;
  font-weight:bold;
  border:1px solid #444
  }

input, textarea, select {
  margin-left:25px;
}

label {
  border:none;
  padding-top:5px
  }

input:focus, textarea:focus {
  background:#ffc
  }

.required {
  font-size:10pt;
  clear:right;
}

#submit {
  background:#fff url('../images/reserve_buttons.gif') no-repeat center right;
  padding:3px 20px 3px 3px;
  color:#326980;
  font-size:12pt;
  font-weight:bold;
  border:1px solid #444;
  margin-top:10px
  }
