
/**
 * @file
 * Styles for system messages.
 */

div.messages {
  background-position: 8px 8px; /* LTR */
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 6px 0;
  padding: 10px 10px 10px 50px; /* LTR */
}

div.mess { text-align: center }
div.status {
  background-image: url(../img/message-24-ok.png);
  border-color: #be7;
  display: inline-block;
}
div.status,
.ok {
  color: #234600;
}
.password-confirm .ok { color: #81FF03; }
div.status,
table tr.ok {
text-align: left;
margin: 0 auto;
border-radius: 10px;
color: #99E24A;
}
div.status { font-size: 11px; margin: 12px 0 }

div.warning {
  background-image: url(../img/message-24-warning.png);
  border-color: #ed5;
}
div.warning,
.warning {
  color: #840;
}
div.warning,
table tr.warning {
  background-color: #fffce5;
}

div.error {
  background-image: url(../img/message-24-error.png);
  border-color: #ed541d;
}
div.error,
.error {
 color: #8C2E0B;
max-width: 800px;
margin: 24px auto;
border-radius: 10px;
}
div.error,
table tr.error {
  background-color: #fef5f1;
}
div.error p.error {
  color: #333;
}

div.messages ul {
  margin: 0 0 0 1em; /* LTR */
  padding: 0;
}
div.messages ul li {
  list-style-image: none;
}
