.flash_messages {
margin: 20px 0 20px 0;
background: #eee;
padding: 20px;
}
.flash_messages ul li {
padding-left: 40px;
height: 32px;
line-height: 32px;
background: url(../images/question_mark_16x32.png) no-repeat 8px center;
margin: 3px 0 3px 0;
list-style: none;
}
.flash_messages .flash_success li {
background-image: url(../images/check_alt_32x32.png);
background-position: left center;
}
.flash_messages .flash_error li {
background-image: url(../images/x_alt_32x32.png);
background-position: left center;
}
