.ketchup-error {
  position: absolute;
  width: auto;
  z-index: 20;
  margin-top: -5px;
  margin-left: -10px;
}

.ketchup-error ul {
  padding: 0;
  margin: 0;
  font-size: 11px;
  text-align: left;
  color: #ffffff;
  background: #717d90;
  padding: 5px 10px;
  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
  list-style: none;
  line-height: 16px;
  box-shadow: 1px 1px 2px #000;
  text-shadow: 0 -1px 2px #000;
}

.ketchup-error span {
  display: block;
  width: 0; 
  height: 0; 
  border-left: 0 solid transparent; 
  border-right: 15px solid transparent;
  border-top: 10px solid #717d90;
  border-bottom: 0;
  margin-left: 10px;
}
