body, table {
  color: #000000;
  font-size: 70%;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

table, fieldset {
  font-size: 1em;
  border-collapse: collapse;
}

fieldset {
  width: 500px;
}

body, td, th {
  line-height: 140%;
}

td, th {
  vertical-align: top;
}

td.label, td.labelhr {
  text-align: right;
}

.hr, .labelhr, .hrright {
  border-bottom: 1.5px solid;
}

form, ul {
  margin: 0;
  padding: 0;
}

legend {
  color: #0046D5;
  font-weight: bold;
}

ol, ul {
  margin-left: 6px;
  padding-left: 15px;
}

.errorbox {
  padding: 8px;
  border: 1px solid #ff0000;
  display: none;
}

label {
  color: #006fcc;
  font-weight: bold;
  padding-right: 5px;
}

label.error {
  color: #ff0000;
  font-weight: bold;
}

.right, .hrright {
  text-align: right;
}

.AjaxLoading {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: red;
  width: 80px;
  padding: 4px;
  display: none;
}

#solologo {
  float: right;
}