/* CSS Document */
/* $Id: drupal.css,v 1.147.2.8 2006/12/14 20:20:21 killes Exp $ */



/*
** Other common styles
*/
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.marker, .form-required {
  color: #f00;
}







/*
** Resizable text areas
*/
.resizable-textarea {
  
}
.resizable-textarea .grippie {
  height: 14px;
  background-image:url(../images/pfeil_unten.gif);
  background-repeat:no-repeat;
  background-position:2px 4px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}




