@CHARSET "ISO-8859-1";

.msg {
   margin: 2em 1em 1em 1em;
   padding: 1em 3em 1em 1em;
   position: relative;
}
.msg ul {
   margin: 0;
   padding: 0 1em 0 1em;
}
.msg div {
   position: absolute;
   top: -2em;
   padding: 0.25em 10px 0.25em 10px;
   font-weight: bold;
}
.msg img {
   position: absolute;
   top: -1.5em;
   right: 0.5em;
}

.msgError {
   border: 2px solid #ff7e00;
   background: #ffbb88;
}
.msgError div {
   border: 2px solid #ff7e00;
   background: #ffbb88;
   border-bottom: 2px solid #ffbb88;
}

.msgSuccess {
   border: 2px solid #a2e21f; /* 33cc33 */
   background: #b8f82f;  /* 88ff88 */
}
.msgSuccess div {
   border: 2px solid #a2e21f; /* 33cc33 */
   background: #b8f82f;  /* 88ff88 */
   border-bottom: 2px solid #b8f82f;  /* 88ff88 */
}
