#errorExplanation {
  padding:.6em 1em .5em 35px; 
  color:#aa0303; 
  margin-bottom:2em; 
  background: #FFF url(/images/icons/flash_error.png) no-repeat .5em .5em; 
  min-height:21px; 
  border:1px solid #DDD;
  border-radius:5px; 
  -webkit-border-radius:5px; 
  -moz-border-radius:5px;
  }

#errorExplanation ul {
  list-style-type:disc; 
  margin-left:1.5em; 
  margin-bottom:0;
  }
  
#errorExplanation li {
  float:none; 
  margin-bottom:0;
  }
  
#errorExplanation p {
  display:none;
  }
  
#errorExplanation h2 {
  margin-bottom:.25em;
  }

#flash_notice {
  padding:.6em 1em .5em 35px; 
  color:#2e9a2b; 
  margin-bottom:2em; 
  background: #FFF url(/images/icons/flash_success.png) no-repeat .5em .5em; 
  min-height:21px; 
  border:1px solid #DDD;
  border-radius:5px; 
  -webkit-border-radius:5px; 
  -moz-border-radius:5px;
  }