.ketchup-error-container {
  display:none;
 position:absolute;
  width: auto;
right:-110px;
top:-20px;
 z-index:10;
}
/*
form#subscribe .ketchup-error-container{
	top:-40px;
}
*/
.ketchup-error-container ol {
  font-size: 12px;
  color: #ffffff;
  background: #00b0aa;
	opacity:.95;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  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 #00b0aa ;
  border-top: 10px solid #00b0aa ;
opacity:.95;
  border-bottom: 0;
  margin-left: 10px;
}
