.notes_failure, .notes_success, .notes_warning {
  background: #E6BBD2;
  border-color: #CC6699;
  border-width: 1px;
  border-style: solid;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.notes_success {
  background: #BBE6CF;
  border-color: #66CC99;
}
.notes_warning {
  background: #F1F1AF;
  border-color: #E1E64B;
}




.note_failure, .note_success, .note_warning {
  color: #000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration:none;
  vertical-align:middle;
}
.controllink, A.controllink {
  color: #666;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration:none;
  vertical-align:middle;
}
A.controllink:hover {
  text-decoration: underline;
}
.icon_small {
  width: 16px;
  height: 17px;
  border-width: 0px;
}




.submit_ok, .submit_cancel {
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size:12px;
  color: #007F00;
  padding-top: 2px;
  padding-bottom: 2px;
}



.submit_cancel {
  color: #FF6666;
}
