/* notices and errors */
#flashMessage, .error, .error_message {
color:#900;
font-size: 16px;
background-color: #fff;
margin: 8px 0px;
font-weight: bold;
}
#flashMessage {
  background-color: transparent;
  text-align: center;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

pre {
padding: 1em;
}
pre.cake_debug {
  font-size: 12px;
  text-align: left;
}

.tidy_error {
  border: 2px solid #c00;
}