body {
  font: 0.8em sans-serif;
  color: #000;
  background: #fff;
}
h1 {
  margin: 0;
  padding: 0.8em 6px;
  font-size: 200%;
  color: #fff;
}
h3, h4, h5 {
  margin-bottom: 0;
  color: #222;
}
img {
  border: 0;
}
hr {
  height: 1px;
  margin-bottom: 0.8em;
  border: 0;
  border-bottom: 1px solid #999;
}
table {
  border-collapse: collapse;
}
table td, table th {
  padding: 2px 6px;
  border: 1px solid #999;
}
ul {
  margin-top: 0;
  margin-left: 0;  /* For IE */
  padding-left: 1em;
}
ul li {
  list-style: none;
  padding-left: 20px;
  padding-bottom: 2px;
  /*background: url(http://odis.latestinfo.co.uk/icons/stockholm/16x16/bullet.png) no-repeat;*/
  background: url(https://odis.latestinfo.co.uk/icons/silk/bullet_black.png) no-repeat;
}
.available_information li {
  background: url(https://odis.latestinfo.co.uk/icons/silk/bullet_go.png) no-repeat;
}
label {
  font-weight: bold;
  display: block;
}
#header {
  color: #fff;
  background: #579;
}
#breadcrumbs {
  padding: 6px;
  font-weight: bold;
  color: #fff;
  background: #444;
}
#breadcrumbs a:link,
#breadcrumbs a:visited {
  color: #fff;
  text-decoration: none;
}
#breadcrumbs a:hover,
#breadcrumbs a:active {
  color: #ddd;
  text-decoration: underline;
}
#email_box {
  display: none;
  /*opacity: 0;*/
  float: right;
  margin: 0;
  padding: 4px 8px;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
}
#email_box fieldset {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
}
#content {
  margin: 1em 6px;
}
.error_user {
  padding-left: 22px;
  background: url(https://odis.latestinfo.co.uk/icons/silk/exclamation.png) no-repeat;
}
.error_parser {
  padding: 1px 2px;
  font-weight: bold;
  color: #fff;
  background: firebrick;
}
.information {
  padding-left: 22px;
  background: url(https://odis.latestinfo.co.uk/icons/silk/information.png) no-repeat;
}
.required {
  font-weight: normal;
  color: #b22222;  /* firebrick */
}
.form_success {
  padding: 1em 30px 1em 30px;
  font-weight: bold;
  background: url(https://odis.latestinfo.co.uk/icons/silk/tick.png) no-repeat 8px 1em;
  border: 1px solid darkgreen;
}
.link_home {
  padding-left: 22px;
  background: url(https://odis.latestinfo.co.uk/icons/silk/house.png) no-repeat;
}
.link_back {
  padding-left: 22px;
  background: url(https://odis.latestinfo.co.uk/icons/silk/arrow_left.png) no-repeat;
}

.copyright {
  text-align: center;
  color: #f00;
}

