ul {
  margin-left: 10px;
}
label {
  display: block;
  float: left;
  width: 10em;
  margin-right: 1em;
  text-align: right;
}
input {
  color: #000000;
  font-size: 80%;
  width:196px;
  height: 16px;
  padding: 2px;
}
fieldset {
  margin: 0 200px 0 200px;
  padding: 0;
  border: thin solid #00408c;
  border-bottom: none;
}
legend {
  padding: 5px 5px;
  margin: 0 0 0 30px;
  color: #000000;
}
fieldset ul {
  padding: 1em 1em 0 1em;
  list-style: none;
}
fieldset li {
  padding-bottom: 1em;
}
fieldset.submit {
  border-style: none;
}
#content {
  padding: 0;
  background:url(../images/col_bg.gif);
}
#info {
  width: 200px;
  height: 150px;
}
#submit {
  width: 140px;
  height: 30px;
  margin-left: 207px;
  text-align: center;
}