body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: Verdana;
}

#header {
  position: relative;
  width: 100%;
  background:#FFFFFF url(../images/backgroundHeader.png);
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 5px 0px;
  text-align: left;
  color: #FFFFFF;
  line-height: 60%;
  border-bottom: 1px solid #32629A;
}

h1 {
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
}

p {
  font-size: 14px;
}

#mainForm {
  position: relative;
  margin: 0px auto;
  text-align: left;
  width: 700px;
}

div.fieldBox {
  margin: 10px;
  display: block;
  float: left;
  width: 100%;
  font-size: 12px;
}

div.fieldBoxFloat {
  margin: 10px;
  float: left;
  font-size: 12px;
}

div.fieldBoxSeparator {
  float: left;
  width: 680px;
}

label.formField {
  line-height: 125%;
  padding: 0px 4px 1px 0px;
  border: none;
  font-weight: bold;
  display: block;
}

/* pop-up calendar */
button.calendarStyle {
  background-color: transparent;
  border: 0px;
  height: 22px;
  width: 22px;
  background-image: url(../images/calendar.png);
  cursor: pointer;
  cursor: hand;
  vertical-align: bottom;
}

p.a {
  text-align: justify;
  font-size: 12px;
  margin: 10px 10px 10px 10px;
  line-height: 140%;
}

p.b {
  text-align: justify;
  font-size: 12px;
  line-height: 150%;
}

p.footera {
  text-align: center;
  font-size: 11px;
}

p.footerb {
  text-align: justify;
  font-size: 11px;
}

fieldset {
  border: 1px solid #4C93E8;
  margin-top: 20px;
}

legend {
  color: #000000;
  font-size: 16px;
  border: 1px solid #4C93E8;
  padding: 3px;
  margin: 10px;
}

.text {
border: 1px solid #C0C0C0;
}

.phone {
border: 1px solid #C0C0C0;
background-image:url(../images/phone.png);
background-repeat: no-repeat;
padding: 2px 2px 2px 25px;
}

.email {
border: 1px solid #C0C0C0;
background-image:url(../images/email.png);
background-repeat: no-repeat;
padding: 2px 2px 2px 25px;
}
