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

.ketchup-error-container ol {
-moz-border-radius:5px 5px 5px 5px;
background:none repeat scroll 0 0 rgba(255, 0, 0, 0.6);
color:#111111;
font-size:12px;
line-height:16px;
list-style:none outside none;
padding:10px;
margin:0;
}

.ketchup-error-container span {
border-color:rgba(255, 0, 0, 0.6) transparent -moz-use-text-color;
border-left:0 solid transparent;
border-right:15px solid transparent;
border-style:solid solid none;
border-width:10px 15px 0 0;
display:block;
height:0;
margin-left:10px;
width:0;
}