div.formcapt {
  position      : relative;
  width         : 400px;
  height        : 20px;
  font-weight   : bold;
  margin-top    : 15px;
  }
div.formsubmit {
  position      : relative;
  width         : 400px;
  height        : 20px;
  font-weight   : bold;
  margin-top    : 15px;
  text-align    : right;
  }
div.formdesc {
  position      : relative;
  width         : 400px;
  height        : 65px;
  margin-top    : 5px;
  }
div.formdata {
  position      : relative;
  width         : 400px;
  height        : 20px;
  }
div.formtext {
  position      : relative;
  width         : 400px;
  height        : 165px;
  }
div.formdata div.title {
  position      : absolute;
  top           : 0px;
  left          : 0px;
  width         : 120px;
  height        : 20px;
  }
div.formdata div.data {
  position      : absolute;
  top           : 0px;
  left          : 120px;
  width         : 400px;
  height        : 20px;
  }
p.submit {
  margin        : 0 0 5px 0;
  width         : 400px;
  }
span.error {
  color         : #FF0000;
  padding-left  : 10px;
}
span.warn {
  color         : #800000;
  font-weight   : bold;
  padding-left  : 10px;
}
span.norm {
  color         : #999;
  font-weight   : normal;
  padding-left  : 10px;
}
