.ketchup-error-container {
  display: none;
  position: absolute;
  left:330px !important; top:-8px !important;
  width: auto;
}

.ketchup-error-container ol {
  color: #111;
  background: red;
  background: rgba(255, 0, 0, 0.6);
  padding: 3px;
  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 red;
  border-top: 10px solid rgba(255, 0, 0, 0.6);
  border-bottom: 0;
  margin-left: 10px;
}*/

form label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}
form input {
  width: 310px;
  padding: 5px;
  margin-top:-6px;
  margin-bottom:5px;
}
form textarea {
  width: 310px;
  padding: 5px;
}
form .submit {
  text-align: right;
  margin-bottom: 0;
}
form .submit input {
  width: auto;
  cursor: pointer;
}