fieldset#admin {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

#admin label {
  display: inline;
  float: left;
  width: 300px;
} 

fieldset#papers {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

#papers label {
  display: inline;
  float: left;
  width: 300px;
}

.mandatory {
	color: #CC0000;
	font-size: 75%;
}
