.ketchup-error-container {
  display: none;
  position: absolute;
  width: auto;
  z-index: 1;
  cursor: help;
}

.ketchup-error-container ol {
  display: none;
  position: relative;
  left: 7px;
  top: -1px;
  z-index: 2;
  background-color: #f00;
  border-radius: 0 5px 5px 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border: 1px solid #fff;
  border-left: 0 none;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 16px;
  padding: 0 5px 2px 8px;
}

.ketchup-error-container span {
  color: #fff;
  background: #f00;
  padding: 3px 4px;
  border-radius: 0 5px 5px 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  display: block;
  position: absolute;
  left: 7px;
  top: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

/* Special alignment for radio buttons and checkboxes */
.ketchup-error-optionlist-container ol {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ketchup-error-optionlist-container span {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* Internet Explorer 6 */
* html .ketchup-error-container ol {
  width: 150px;
}

