.ketchup-error-container {
  display: none;
  position:absolute;
  width: auto;
  float:left;
  margin-top:-32px;
  height:50px;
  margin-left:-52%;
}

.ketchup-error-container ol {
  font:11px Arial, Helvetica, sans-serif;
  color:#FFF;
  width:132px;
  height:30px;
  background: #069;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  opacity:0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
  list-style: none;
  line-height: 16px;
}

.ketchup-error-container span {
  display: block;
  width: 0; 
  height: 0; 
  border-left: 0 solid transparent; 
  border-right: 15px solid transparent;
  border-top: 10px solid #069;
  border-top: 10px solid #069;
  opacity:0.85;
  -moz-opacity: 0.85;
  filter: alpha(opacity=85);
  border-bottom: 0;
  margin-left: 10px;
}
