/* begin form */

input, textarea {
  margin: 1px 0px;
  border: 1px solid #7377b6;
  font-size: 12px;
  line-height: 14px;
}
/* Set a pixel width for text input fields. This has no effect in IE, but degrades without damage */
input[type="text"], textarea {
  width: 300px;
}
textarea {
  overflow: auto;
}
.formerror {
  padding: 2px 2px 2px 2px;
  color: #f4b100;
  background-color: #7377b6;
  font-weight: 600;
}

/* end form */
