body {
  background: #FFFFFF url('/images/ih_background.gif');
  color: #000000;
  cursor: default;
  font-family: verdana;
  margin: 5px;
}
button {
  cursor: pointer;
  font-family: verdana;
}
form {
  margin: 0;
}
input {
  font-family: verdana;
}
textarea {
  font-family: verdana;
}
td {
  font-family: verdana;
}
th {
  font-family: verdana;
}
select {
  font-family: verdana;
}

#register_button {
  color: #FF0000;
  font-size: 16pt;
  font-weight: 900;
  padding: 0 .25em;
  overflow: visible;
  width: 0;
}
#register_button[id] { width: auto; }

#register_form_button {
  color: #FF0000;
  cursor: pointer;
  font-size: 16pt;
  font-weight: 900;
  padding: 0 .25em;
  overflow: visible;
  width: 0;
}
#register_form_button[id] { width: auto; }
