.cake-debug
{
  background-color: #FBCAC6; /* for contrasting against dark backrounds */
}

.readonly
{
  background-color: #DDDDDD;
  color: #777777;
}

.modal_error_box
{
  background-color: #FFBFBF;
  border: 2px solid #FF0000;
  color: #FF0000;
  display: none;
  padding: 4px;
}

.modal_success_box
{
  background-color: #7FFF7F;
  border: 2px solid #00BF00;
  color: #003F00;
  display: none;
  padding: 4px;
}
