.ketchup-error {
  position: absolute;
  z-index: 9999;
  width: auto;
}

.ketchup-error ul {
  padding: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-align: left;
  color: white;
  border: 1px dashed #334255;
  background: black;
  padding: 2px 5px;
   background: #334255;
  line-height: 16px; list-style-position: inside;
  display: none;
}

.ketchup-error span {
  display: block;
  width: 32px; height: 32px; 
  background: url(../images/help.png) no-repeat;
  margin-left: 10px;
}