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

.ketchup-error ul {
  padding: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #000;
  background: #ff6600;
  background: #ff6600;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.70;
  padding: 10px;
  /*-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;*/
  list-style: none;
  line-height: 16px;
}

.ketchup-error span {
  display: block;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #ff6600;
  border-top: 10px solid #ff6600;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.70;
  border-bottom: 0;
  margin-left: 10px;
}