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

.ketchup-error ul {
	margin: 0 0 0 15px;
	font: 11px Arial;
	text-align: left;
	color: #fff;
	background: url(../img/valid_tlo.png) center repeat-x;
	padding: 8px 10px;
	list-style: none;
	line-height: 14px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	/*
	-moz-box-shadow: 0 0 10px #aaa;
	-webkit-box-shadow: 0 0 10px #aaa;
	box-shadow: 0 0 10px #aaa;
	*/
}

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