.msg_error, .msg_warning, .msg_ok, .msg_information {margin-bottom: 1.5em !important; padding: 1em 1.5em 1em 5.5em; border-bottom: 2px solid #fff; border-top: 2px solid #fff; color: #444; font-size: 13px; line-height: 19px;}

.msg_error {background: #fbe3e4 url(../images/icons/msg_error.png) 2.2em center no-repeat; border-color: #e0011b}
.msg_error a {color: #d12f19}

.msg_warning {background: #fff6bf url(../images/icons/msg_warning.png) 2.2em center no-repeat; border-color: #ffd324}
.msg_warning a {color: #817134}

.msg_ok {background: #e9ffdd url(../images/icons/msg_ok.png) 2.2em center no-repeat; border-color: #72c868}
.msg_ok a {color: #529214}

.msg_information {background: #e2ecee url(../images/icons/msg_information.png) 2.2em center no-repeat; border-color: #9ddae6}
.msg_information a {color: #2d7ba2}

/* listeler */
.msg_error ul, .msg_warning ul, .msg_ok ul, .msg_information ul {list-style: none; /*margin: 1em 5.5em*/}
.msg_error ul li, .msg_warning ul li, .msg_ok ul li, .msg_information ul li {padding-left: 1.3em}
.msg_error ul li  { background: url(../images/icons/msg_error-bullet.png)  0 0.55em no-repeat }
.msg_warning ul li  { background: url(../images/icons/msg_warning-bullet.png)  0 0.55em no-repeat }
.msg_ok ul li { background: url(../images/icons/msg_ok-bullet.png) 0 0.55em no-repeat }
.msg_information ul li { background: url(../images/icons/msg_information-bullet.png) 0 0.55em no-repeat }