#message_block {
  clear: both;
  margin-top: 0.2em;
  margin-bottom: 0.3em;
}

#message_block ul {
  margin-bottom: 0;
  list-style: none;
  padding: 4px;
}
#message_block ul li {
  margin-left: 3em;
}

#message_block ul.error {
  border-top: 1px solid #87ceeb;
  border-bottom: 1px solid #87ceeb;
  background: #add8e6 url(../../images/message_block/error_m.gif) 1em 50% no-repeat;
}

#message_block ul.info {
  border-top: 1px solid #87ceeb;
  border-bottom: 1px solid #87ceeb;
  background: #add8e6 url(../../images/message_block/info_m.gif) 1em 50% no-repeat;
}

#message_block ul.notice {
  border-top: 1px solid #87ceeb;
  border-bottom: 1px solid #87ceeb;
  background: #add8e6 url(../../images/message_block/info_m.gif) 1em 50% no-repeat;
}

#message_block ul.confirm {
  border-top: 1px solid #87ceeb;
  border-bottom: 1px solid #87ceeb;
  background: #add8e6 url(../../images/message_block/confirmation_m.gif) 1em 50% no-repeat;
}

#message_block ul.warn {
  border-top: 1px solid #87ceeb;
  border-bottom: 1px solid #87ceeb;
  background: #add8e6 url(../../images/message_block/warn_m.gif) 1em 50% no-repeat;
}