.errormsg, .successmsg, .infomsg, .noticemsg{ padding:10px 10px 10px 40px; margin-bottom:10px; border:1px solid #dddddd; border-left-width:5px; }
.errormsg{ border-color:#fbc2c4; background:#fbe3e4 url(/images/bg-msg.png) no-repeat 0 0; color:#8a1f11; }
.errormsg a{ color:#8a1f11; }
.successmsg{ border-color:#c6d880; background:#e6efc2 url(/images/bg-msg.png) no-repeat 0 -220px; color:#264409; }
.successmsg a{ color:#264409; }
.infomsg{ border-color:#92cae4; background:#d5edf8 url(/images/bg-msg.png) no-repeat 0 -72px; color:#205791; }
.infomsg a{ color:#205791; }
.noticemsg{ border-color:#ffd324; background:#fff6bf url(/images/bg-msg.png) no-repeat 0 -148px; color:#514721; margin-top: 20px; }
.noticemsg a{ color:#514721; }