form.input {
  width: 400px;
  margin: 0 auto;
  position: relative;
}

form.input fieldset {
  border: 0px;
  padding: 1em;
  position: relative;
}

form.input legend {
  display: none;
}

form.input label {
  display: block;
  position: relative;
  height: 2.25em;
  font-size: 0.82em;
  margin: 0.5em 0;
  padding-left: 0.5em;
  line-height: 1.75em;
}

form.input label.reqd {
  line-height: 1.25em;
}

form.input label.reqd sup {
  color: red;
  position: relative;
}
/*
form.input label.odd {
  background: #eee;
}

form.input label.even {
  background: #fff;
}
*/
form.input label input {
  position: absolute;
  left: 29%;
}

form.input label.textarea {
  height: 8em;
}

form.input label textarea {
  position: absolute;
  left: 29%;
  width: 70%;
  height: 7em;
  font-size: 1.25em;
  font-family: Arial, Helvetica, sans-serif;
}

form.input label input.txt,
form.input label select {
  position: absolute;
  left: 29%;
  width: 70%;
}

form .thin {
  width: 260px;
}

form.input h3,
form .thin h3 {
  font-size: 1.25em;
  font-weight: normal;
  border-bottom: 1px solid #444;
  margin-bottom: 1em;
}

form .thin label input.txt,
form .thin label select {
  left: 39%;
  width: 60%;
}

form.input input.submit {
  margin: 0 auto;
  display: block;
}

form .thin input.check {
  position: absolute;
  left:39%;
}

form.input label.bad {
  color: red;
}


