.register-form {
  margin: 1em;
}

.register-form hr {
  background-color: #ccc;
  color: #ccc;
  height: 1px;
  border: none;
}

.register-form label img {
  vertical-align: middle;
}

.register-form input[type=submit],
.register-form input[type=reset],
.register-form button {
  margin: auto .5em;
}

.register-form label.l1,
.register-form label.l2 {
  display: block;
  font-style: italic;
  margin-bottom: 10px;
}

.register-form label.l1 input[type=text], 
.register-form label.l1 input[type=file],
.register-form label.l1 input[type=password],
.register-form label.l1 select,
.register-form label.l1 textarea {
  display: block;
  clear: both;
  width: 65%;
  font-family: monospace;
  margin-top: .5em;
  margin-left: 1em;
}

.register-form label.l2 input[type=checkbox],
.register-form label.l2 input[type=radio] {
  vertical-align: top;
}

.register-form fieldset label.l2,
.register-form fieldset label.l2 {
  width: 40%;
  float: left;
}

.register-form fieldset {
  border: 1px solid #ccc;
  padding: 1em .5em;
  margin: 2em auto;
}
.register-form fieldset fieldset {
  margin: 0;
  margin-bottom: 15px;
}
.register-form legend {
  color: #222;
}

#errors {
  border: 2px solid #700;
  font-size: x-small;
}
#errors li
{
  list-style-type: square;
}

table.std
{
  border: 1px solid #ccc;
  width: 80%;
  margin: 1em auto;
  border-collapse: collapse;
}
table.std td, table.std th
{
  border: 1px solid #ccc;
  padding: .2em .3em;
  text-align: right;
  vertical-align: top;
}
table.std th
{
  text-align: left;
  vertical-align: middle;
}
table tr.alt
{
  background: #eee;
}

table.right td, table.right th
{
  text-align: right;
}
table.right td:first-child, table.right th:first-child
{
  text-align: left;
}
