select {
  background-color: white;
  border-style: solid;
  border-color: lightgrey;
  height: 30px;
  border-width: 1px; }

select:hover {
  cursor: pointer; }

div.form-type-textfield input, div.form-type-password input {
  text-align: center;
  background-color: white;
  color: #759f33;
  border-style: solid;
  border-color: lightgrey;
  height: 27px;
  border-width: 1px;
  color: #444446;
  text-align: left; }

div.form-type-textarea div.form-textarea-wrapper textarea {
  resize: none;
  font-weight: bold;
  position: relative;
  text-align: center;
  background-color: white;
  color: #759f33;
  border-style: solid;
  border-color: lightgrey;
  height: 135px;
  border-width: 1px;
  color: #444446;
  text-align: left; }

/*# sourceMappingURL=fms_form.css.map */
