body { background-color: #333333; }
div#logo {
  position: relative;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  padding-top: 50px;
  font-family: sans-serif;
  font-weight: bold;
}
div#content {
  text-shadow: 1px 1px 0px #000000;
  color: #888888;
  font-weight: normal;
  line-height: 150%;
  text-align: center;
}
form { text-align: center; }
form div.grey {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #222222;
  padding: 5px;
  width: 250px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 0px 5px #000000;
}
form div.yellow {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #be8600;
  padding: 5px;
  width: 30px;
  float: right;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 0px 5px #000000;
}
form div.thanks {
  border-radius: 5px;
  background-color: #be8600;
  padding: 5px;
  width: 300px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 0px 5px #000000;
}
form input {
  border: none;
  font-size: 20px;
  background-color: #444444;
  color: #ffffff;
  border-radius: 3px;
  width: 248px;
  margin: 0px;
  height: 24px;
  z-index: 100;
}
form input[type=submit] {
  font-size: 16px;
  background-color: #e0a803;
  color: black;
  width: 30px;
  height: 26px;
  font-weight: bold;
}
form input[type=submit]:hover {
  background-color: #ffca25;
  cursor: pointer;
}
div#outline {
  font-size: 54px;
  -webkit-text-stroke: 10px #222222;
  position: absolute;
  top: 0px;
  left: 0px;
  text-shadow: 0px 2px 5px #000000;
}
div#text {
  font-size: 54px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  color: #e0a803;
}
div#text span.white { color: #be8600; }
