body {
  margin: 0;
  background-color: transparent;
}
body #form {
  margin: 0;
}
body #form a:link {
  color: #ffffff;
}
body #form a:visited {
  color: #ffffff;
}
body #form a:hover {
  color: #ffffff;
}
body #form input[type="submit"] {
  display: none;
}
body #w-after-mail {
  font-family: ubuntu;
  font-style: italic;
  font-size: 10px;
}
body #error-block {
  display: table;
  font-family: ubuntu;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  background-color: white;
}
body #error-block #message-block {
  display: table-cell;
  vertical-align: middle;
}
body #error-block #message-block .success {
  color: #595b61;
  font-size: 20px;
}
body #error-block #message-block .error {
  color: #e84c3f;
  font-size: 20px;
}
body #error-block #message-block .back a {
  color: #595b61;
}

#mailcheck {
  display: none;
  background: rgba(61, 64, 71, 0.8) none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  font: 11px/1.5 "Ubuntu";
  padding: 5px 8px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: pre;
  word-wrap: break-word;
  z-index: 1000000;
}
#mailcheck::after {
  margin-top: 5px;
  right: 50%;
  top: 100%;
  transform: translateX(50%);
}
#mailcheck::before {
  border-bottom-color: rgba(61, 64, 71, 0.8);
  bottom: -5px;
  margin-right: -5px;
  right: 50%;
  top: auto;
}
#mailcheck #close-suggestion {
  cursor: pointer;
  font-weight: bold;
  padding: 0 0 0 10px;
}
