    
p.center {
  text-align:center;
}

#form_register {
	font-size: 1em;
}

fieldset {
  width: 30em;
  padding-left: 0;
}

legend {
  margin-left: 0.5em;
  color: #000000;
  font-weight: bold;
}

fieldset ol {
  padding: 0.5em 0em 0em 0em;
  list-style: none;
  margin-left: 0.5em;
}

fieldset li {
  padding-bottom:0.5em;
}

label {
  float: left;
  width: 11em;
  margin-right: 0.5em;
  font-weight: bold;
}

#form_register fieldset ol input {
  width:13em;
}

input.submit {
  width: 8em;
}