.ketchup-error-container { display:none; position:absolute; width:auto; padding-left:10px; margin-bottom: 20px; }
.ketchup-error-container ol { font-size:11px; color:#FFFFFF; background:#9A0A36; padding:8px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; list-style:none; line-height:15px; }
.ketchup-error-container ol li { list-style: none; margin: 0; }
.ketchup-error-container span { display:block; width:0; height:0; border-left:0 solid transparent; border-right:15px solid transparent; border-top:10px solid red; border-top:10px solid rgba(154,10,54,1); border-bottom:0; margin-left:30px; }