.csf-subscribe-message-errors {
  position: absolute;
  top: 5px;
  margin: 0;
  padding: 1px 4px 0 4px;
  font-size: 13px;
  color: #f00;
  background-color: #ffdada;
  border-radius: 4px !important;
}

.csf-subscribe-message-ok {
  position: absolute;
  right: 0;
  max-width: 260px;
  padding: 5px 10px;
  font-size: 14px;
  background-color: rgb(221, 247, 239);
  border: 2px solid #46b450;
  border-radius: 6px 0 0 6px;
  z-index: 10;
}