.message_block {
  clear: both;
  margin-top: 0.2em;
  margin-bottom: 0.3em;
  width: 500px;
}

.message_block ul {
  margin-bottom: 0;
  list-style: none;
  padding: 10px;
  border-top: 1px solid #ecd757;
  border-bottom: 1px solid #ecd757;
}

.message_block ul li {
  margin-left: 4em;
}

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

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

.message_block ul.notice {
  background: #fcf6d0 url("/assets/message_block/notice-97608a99.gif") 1em 50% no-repeat;
}

.message_block ul.confirm {
  background: #fcf6d0 url("/assets/message_block/notice-97608a99.gif") 1em 50% no-repeat;
}

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