select {
  color: white;
  margin: 2px;
  background-color: #272727;
  color: #cbcbcb;
  font-size: 9px;
  font-family: Verdana;
  text-align: center;
}

input {
  font-family: Verdana;
  margin: 2px;
  vertical-align: middle;
}

input:not([type]),
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  font-size: 11px;
  font-family: Arial;
  color: white;
  background-color: #272727;
  border: 1px solid black;
  padding-left: 3px;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  color: #FFF;
  font-weight: bold;
  font-size: 11px;
  font-family: Arial;
  border: 1px solid #888888;
  background-color: #171717;
  text-align: center;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  color: #7A1;
  cursor: pointer;
  border: 1px solid #7A1;
}

.content input:not([type]),
.content input[type="color"],
.content input[type="date"],
.content input[type="datetime"],
.content input[type="datetime-local"],
.content input[type="email"],
.content input[type="month"],
.content input[type="number"],
.content input[type="password"],
.content input[type="search"],
.content input[type="tel"],
.content input[type="text"],
.content input[type="time"],
.content input[type="url"],
.content input[type="week"] {
  background-color: black;
  border: 1px solid #171717;
}

.content select {
  font-size: 11px;
  font-family: Arial;
  color: #FFF;
  background-color: #000;
  border: 1px solid #171717;
  margin: 2px;
}

textarea {
  overflow: auto;
  font-size: 11px;
  font-family: Arial;
  color: white;
  background-color: black;
  border: 1px solid #171717;
  margin: 2px;
  padding: 3px;
}