.formarea {
  border: 1px solid #6D87AE;
  padding: 1px 0px 1px 3px;
  margin: 0px 4px 0px 2px;
  background-color: #FDFDFD;
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: #6D87AE;
  width: 400px;
  height: 200px;
}

.formfield {
  border: 1px solid #6D87AE;
  padding: 1px 0px 1px 3px;
  margin: 0px 4px 0px 2px;
  background-color: #FDFDFD;
  font-size: 12px;
  font-weight: normal;
  font-family: Arial, sans-serif;
  color: #6D87AE;
  width: 300px;
  height: 20px;
}

.formfield2 {
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: #6D87AE;
  font-size: 12px;
  margin: 0px 4px 0px 2px;
  border: 1px solid #6D87AE;
  background-color: #FDFDFD;
  width: 400px;
  height: 20px;
}

.formheader {
  background-image: url(/img/base/formheader.gif);
  background-repeat: no-repeat;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #6D87AE;
  font-size: 12px;
  background-color: #6D87AE;
}

.button {
  border: 1px solid #6D87AE;
  padding: 1px 0px 1px 3px;
  margin: 0px 4px 0px 2px;
  background-color: #C6D0DF;
  color: #6D87AE;
  font-size: 12px;
  font-weight: bold;
}

