.message_block {
  clear: both;
  margin: 1em 1em 0.3em 0;
}

.message_block ul {
  margin-bottom: 0;
  list-style: none;
  padding: 10px;
  border:1px solid #11427E;
}
.message_block ul li {
  margin-left: 3em;
  font-weight:bold;
}

.message_block ul.error {
  background: #fcf6d0 url(../../images/message_block/error_m.gif) 1em 50% no-repeat;
}

.message_block ul.info {
  background: #fcf6d0 url(../../images/message_block/info_m.gif) 1em 50% no-repeat;
}

.message_block ul.notice {
  background: #fcf6d0 url(../../images/message_block/notice_m.gif) 1em 50% no-repeat;
}

.message_block ul.confirm {
  background: #fcf6d0 url(../../images/message_block/confirmation_m.gif) 1em 50% no-repeat;
}

.message_block ul.warn {
  background: #fcf6d0 url(../../images/message_block/warn_m.gif) 1em 50% no-repeat;
}