.wait * {
	cursor: wait !important;
}
input[type="email"] {
  appearance: none;

  width: 100%;
  border: 1px solid #333;
  margin: 0;

  font-family: inherit;

  box-sizing: border-box;
}


/* This is the style of our error messages */
.error {
  width: 100%;
  padding: 0;

  font-size: 95%;
  color: white;
  background-color: #900;
  border-radius: 0 0 5px 5px;

  box-sizing: border-box;
  display: block;
}

.error.active {
  padding: 0.3em;
}

#form_msg {
	text-align:right;
	color:#f89b4d;
	font-weight:500;
	width:100%;
}