.msg {
  margin: 1em 1em;
  width: 40em;
  font-size: 0.85em;
}

.msg ul, .msg ul li {
  font-size: 1em !important; /* do not allow website's stylesheet to stomp on our styles */
}

.msg ul {
  padding: 0.5em;
  list-style-type: none;
}

.messages ul {
  border: 1px solid #00008B;
  background-color: #ADD8E6;
}

.errors ul, .formerrors ul {
  border: 1px solid #8B0000;
  background-color: #FFC0CB;
}
