a {
  text-decoration: none;
}
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;
}
h2 {
  margin: 0;
}
hr {
  background: #000000;
  border: 0px;
  height: 1px;
  margin: 0px;
}
input {
  font-family: verdana;
}
img {
  border: 0;
}
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; }

.browser-hr {
  border-radius: 3px;
  height: 5px;
}
.pipe-rounded {
  display:inline-block;
  border-radius: 3px;
  height: 5px;
}

