input[type="search"] {
  -webkit-appearance: none;
  outline: none; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  display: none; }

.error {
  background: #faeda2;
  border: none;
  padding: 10px;
  border-radius: 5px;
  color: #b91701; }

.errorlist {
  padding: 0px;
  list-style: none;
  margin: 0px; }
  .errorlist > li {
    background: none;
    border: none;
    font-style: italic;
    color: #bd3434;
    margin: 5px 0px; }

form fieldset {
  padding: 3%;
  box-sizing: border-box;
  border: none;
  background: #e4e4e4; }
form ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  form ul ul li {
    clear: none;
    margin: 0 0 5px 0; }
form li {
  clear: left;
  margin: 0 0 20px 0;
  position: relative; }

label {
  display: block;
  margin: 0 0 10px 0;
  color: #333333; }

input[placeholder] + label,
textarea[placeholder] + label {
  position: absolute;
  right: 20px;
  top: 50%;
  color: #aaa;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="url"],
textarea {
  border: 1px solid #bbbbbb;
  padding: 10px;
  width: 100%;
  box-sizing: border-box; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #98C6F2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset, 0 0 6px rgba(54, 137, 219, 0.4); }

input[type=submit] {
  padding: 10px;
  background: #333;
  color: white;
  font-weight: bold; }

form ul li.twocol, form ul li.threecol, form ul li.fourcol {
  clear: none; }
  form ul li.twocol.clear, form ul li.threecol.clear, form ul li.fourcol.clear {
    clear: left; }
