body,table,input,select,textarea { 
  font-family: Helvetica, Arial, serif;
  font-size: 10.5pt;
}

/* Remove padding and margin */
*
    {
    margin: 0;
    padding: 0;
    border: 0;
}

body {   
  color: #fff;
  background: #999;
}

a, a:visited {
  color: #fff;
  white-space: nowrap;
}

p {
  margin: 1em 0;
}

#content .button, .button {
  white-space: normal;
  background: #F7F7F7;
  border: 1px solid #D6D6D6;
  color: #5C5656;
  text-decoration: none;
  display:inline-block;
  font-size:1em;
  font-weight: bold;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  padding: 4px 0.75em;
  line-height: 1.5em;
  -webkit-appearance: none;
}

.button.wide {
  width: 230px;
}

input,select,textarea {
  border: 1px solid #D6D6D6;
  padding: 2px 2px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
}


#content {
  margin-top: 20px;
  text-align: center;
  min-height:340px; /* Ensure footer will be near the bottom */
}

#footer {
  margin-top: 25px;
  text-align: center;
}

#instructions {
  width: 250px;
  text-align: center;
  margin: 30px auto;
}

#notes {
  width: 250px;
  text-align: center;
  margin: 30px auto;
  font-style: italic;
}