.msg_warning {
    border:1px solid #ef1821;
    background-color:#fee5e5;
    padding:6px;
    margin:5px 0 10px 0;
    display:block;
}
.msg_success {
    border:1px solid #b1e6ad;
    background-color:#d6fad3;
    padding:6px;
    margin:5px 0 10px 0;
}
.msg_warning p, .msg_success p {
    margin:5px 0px;
}
.msg_success, .msg_success * {
    color:#4a933b;
}
.msg_warning, .msg_warning * {
    color:#ef1821;
}


.lf {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  display: block;
}