body, textarea {
  font: normal 16px 'Roboto','Trebuchet MS',Helvetica,Arial,sans-serif;
}

body {
  margin: 0;
  padding: 20px;
  background: none;
  color: #AAA;
}

h1, h2, h3, h4, h5, h6 {
  text-shadow: 0 0 2px rgba(255, 0, 0, 1);
  color: #E00;
  font-weight: 100;
}
h1 {
  margin: 15px 0;
  padding: 0;
}
h2 {
  margin: 10px 0;
  padding: 0;
}
h3 {
  margin: 5px 0;
  padding: 0;
}
h1.glow {
  font-weight: 300;
  text-shadow: 0 0 5px rgba(255, 0, 0, 1);
}

input, textarea {
  font-size: 16px;
}

input {
  width: 150px;
  border: 0;
  background: none;
  border-bottom: 1px #777 dotted;
  color: #E00;
  text-align: center;
}

input.long {
  width: 250px;
}

textarea {
  width: 90%;
  height: 50px;
  margin: 10px 0 0 0;
  padding: 10px 5%;
  border: 1px #777 dotted;
  color: #E00;
  background: none;
}

input.missing, textarea.missing {
  border-color: #F00;
}

button {
  font: 100 30px 'Roboto','Trebuchet MS',Helvetica,Arial,sans-serif;
  border: 1px #B00 solid;
  border-radius: 5px;
  text-shadow: 0 0 2px #EEE;
  box-shadow: 0 0 10px rgba(255, 0, 0, 1);
  color: #EEE;
  background: #900;
}

#wrapper {
  width: 400px;
  margin: 50px auto 0 auto;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 1);
}

#optional {
  font-weight: 100;
  font-size: 10px;
  font-style: italic;
  color: #AAA;
  text-shadow: 0 0 0;
}
