.editor table.edt_controls_container td.label span.error{
  color: red;
}

.editor table.edt_controls_container td.label span.required {
  background-image: url(required.gif);
  background-repeat: no-repeat;
  background-position: left 0.45ex;
  padding-left: 12px;
}

.editor table.edt_controls_container td.label span.required_error {
  color: red;
  background-image: url(required.gif);
  background-repeat: no-repeat;
  background-position: left 0.45ex;
  padding-left: 12px;
}

.error {
  color: red;
}

div.error_panel { 
  margin: 0px 10px 10px 0px; 
  padding: 5px 10px; 
  border: #FC6 1px solid; 
  background-color: #FFC; 
}

div.error_panel p { 
  margin: 0; 
}

div.error_panel p em { 
  color: #C00; 
  font-style: normal; 
  font-weight: bold; 
}

