* {
  font-family: sans-serif;
  font-size: 12px;
  color: #000;
}

html, body {
  background-color: #8098AD;
  padding: 0px;
  padding-top: 15px;
}

a {
  color: #20656F;
  text-decoration: none;
}

a:hover {
  color: #20656F;
  text-decoration: underline;
}

.headline {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  margin: 0px;
  background-color: #f5f5f5;
  border-bottom: 1px #000 solid;
}

.headline span {
  margin: 5px;
}

fieldset,
legend,
.upload_box a.ext {
  border: 1px #2D94AD solid;
  background-color: #EDEDED;
  margin: 5px;
}

.upload_box {
  display: inline;
}

.upload_box fieldset {
  text-align: left;
}

.upload_box input,
.upload_box textarea {
  border: 1px #1353A7 solid;
  background-color: #B5E3EA;
  color: #223C40;
  height: 21px;
  margin: 5px;
  background-image: url('../img/shadow.gif');
}

.upload_box input.submit {
  position: relative;
  margin-bottom: 0px;
  background-image: url('../img/button.gif');
}

.upload_box a.ext {
  display: block;
  width: 75px;
  margin-top: -5px;
  margin-left: auto;
  margin-right: 5px;
  text-align: center;
  border-top: none;
  position: relative;
}

.upload_box a.ext:hover {
  background-color: #D9D9D9;
  color: #000000;
  text-decoration: none;
}

/* ############################################ */

.upload_box input,
.upload_box textarea {
  width: 275px;
}
.upload_box textarea {
  height: 85px;
}


table.upload_extended tr td {
  vertical-align: top;
}

table.upload_extended hr {
  border: none;
  border-top: 1px #000 solid;
  width: auto;
  margin: 25px -20px 15px -20px;
}

table.upload_extended {
  padding: 20px;
  margin: 10px;
  background-color: #f5f5f5;
  border: 1px #000 solid;
}

span.error {
  display: block;
  font-weight: bold;
  color: #162F77;
  text-align: center;
}

/* ############################################ */

div.img {
  border: 5px #837A67 solid;
  margin: 5px;
}
div.img img {
  border: 2px #ffffff solid;
}

div.info div {
  text-align: left;
}

div.info div.desc {
  width: 300px;
  margin-bottom: 10px;
  margin-right: auto;
}

div.expire {
  padding-top: 10px;
  border-top: 1px #000000 dotted;
}

div.expire span {
  font-weight: bold;
  color: #162F77;
}

