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

.ketchup-error ul {
  padding: 0;
  margin: 0;
  font-size: 12px;
  text-align: left;
	background: rgba(100,0,0,1);
	color: rgba(250,100,50,1);
  padding: 10px;
  list-style: none;
  line-height: 16px;
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .7);
	-moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .7);
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .7);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid rgba(250,100,50,1);
  
}

.ketchup-error span {
  display: none;
  width: 0; 
  height: 0; 
  border-left: 0 solid transparent; 
  border-right: 15px solid transparent;
  border-top: 10px solid red;
  border-top: 10px solid rgba(255, 0, 0, 0.6);
  border-bottom: 0;
  margin-left: 10px;
}