@charset "UTF-8";
.success { color:#3d6611;  }
.error { color:#f00;  }
.notice { color:#ccc; }
.messages { width:100%; overflow:hidden; }
.messages li { padding-top:2px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:22px !important; padding:8px 8px 8px 32px !important; font-size:12px !important; !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(http://img.meici.com/skin/df/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(http://img.meici.com/skin/df/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(http://img.meici.com/skin/df/note_msg_icon.gif); color:#3d6611; }
