/* CSS fuer Anwendung und Admin-Bereich */

#error_list {
  padding:3px;
  margin-bottom:20px;
  color:red;
  border: 2px solid red;
  background-color:#FFF0F0;
}

.error_index {
  color:red;
  margin-left: 5px;
}

.error_message {
}

.fieldWithErrorsOuter {
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
  float:left;
}

#errorTable {
  border: 0px;
}