html {
  height: 100%;
}

body {
  font-family: sans-serif;
  font-size: 10pt;
  margin: 0;
  height: 100%;
}

#header {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  background-image: url('http://spamblock.outblaze.com/templates/images/header_bg.gif');
  background-repeat: repeat-x;
}

#footer {
  padding: 0.2em;
  font-size: 8pt;
  background-color: #ccc;
  color: #333;
  position: relative;
  margin-top: -1.4em;
}

#content {
  width: 580px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
  min-height: 100%;
}

* html #content {
  height: 100%;
}

#breadcrumb {
  font-size: 8pt;
  margin: 0;
}

#breadcrumb p {
  margin-bottom: 0;
}

a {
  color: blue;
}

#content h1 {
  font-size: 18pt;
  margin-top: 0;
}

#content h2 {
  font-size: 14pt;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.blocked {
  color: red;
  font-weight: bold;
}
p {
  margin-bottom: 0;
}
ul.blocked {
  margin-top: 0;
  margin-bottom: 0;
}

p.notblocked {
  color: green;
}

#details {
  margin-top: 0.2em;
}

#explanation {
  margin-left: 0;
  margin-bottom: 3em;
}

#removal {
  margin-left: 0;
}

#searchbox {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 160px;
  font-size: 8pt;
  text-align: right;
}

#spammail {
  overflow: auto;
  background-color: #ececec;
  margin-left: -150px;
  margin-right: -150px;
  padding: 4px;
  border: 1px solid black;
}

input, textarea {
  border: 1px solid gray;
}

input.error, textarea.error {
  border: 1px solid red;
  background-color: #ffff99;
}

span.required {
  padding-left: 4px;
  padding-right: 4px;
  color: red;
  font-weight: bold;
}

ul.longlist > li {
  margin-bottom: 0.5em;
}

form.action {
  display: inline;
}
