.error {
  color: #000000;
  background: #ffffff url('/graphics/warning.png') no-repeat 10px 10px;
  border: #cc6666 3px solid;
  padding: 10px 20px 0 95px;
  min-height: 55px;
  font-size: 100%;
  font-weight: bold;
  margin: 10px 0;
  display: none;
}

.store_page .error {
  font-size: 80%;
}

.error ul {
  font-weight: normal;
}

.error ul li {
  margin: 0 0 10px 0;
}

.flash {
  padding: 0 0 0 75px;
  background: #ffffff url('/graphics/info.png') no-repeat 10px 10px;
  height: 65px;
  line-height: 65px;
  color: #000000;
  border: #6666aa 1px solid;
  font-weight: bold;
  margin: 10px 0;
  white-space: nowrap;
  display: none;
}

.flash strong {
  color: #6666ff;
}
