/* Fatal error */
#fatal_error {
  margin: 5px;
  height: 400px;
}  
#fatal_error h1 {
  text-align: center;
}
/* login */
#login {
  padding: 100px 262px 25px 262px;
}
a img {
  border: none;
}
input, select {
  border: 1px solid #678;
}
input[type="text"], input[type="submit"], input[type="password"], select {
  width: 134px;
}
input[type="radio"] {
  border: none;
}
input[type="submit"]:hover {
  background-color: #b4c8dc;
}
.bold, tr.bold td {
  font-weight: bold;
}
.error {
  border: none;
  padding: 0px 3px;
  color: white;
  font-weight: bold;
  background-color: red;
}
h1, h2, h3, h4, h5, h6 {
  text-align: center;
}
/* fieldsets */
fieldset legend {
  border: 1px #607080 solid;
  background-color: #abc;
  font-weight: bold;
  margin-bottom: 10px;
}
fieldset {
  border: 1px #607080 solid;
  margin: 0px 0px 3px 0px;
  padding: 10px;
  
}
.right, .right td, .right th {
  text-align: right;
}
th.mini_head {
  background-color: #e0e0ff;
}
#heighter {
  float: left;
  width: 0px;
  overflow: hidden;
  height: 300px;
}
.clear {
  clear: both;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.external_link {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url("../media/external.png");
  padding-right: 13px;
}

