input, textarea {
  font-family: Monaco, Courier,"Courier New", monospace;
  font-size: 1em;
  color: #000000;
}

label[type=radio], label[type=checkbox] {
  cursor: pointer;
}

fieldset {
  border-width: 3px 0 0 0;
  border-style: double none none none;
  border-color: #B0C0D9;
  margin-top: 5px;
}

legend {
  font-style: italic;
  font-size: .9em;
  padding: 2px 5px;
  border: 1px solid #b0c0d9;
  color: #666666;

}

/* neu am 14.11.2005: fuer das sicherheitsbild zum abschicken der formulare */
img#security { border: 1px solid #000; }
