@charset "ISO-8859-1";

.standardFormLabel, .largeFormLabel, .extraLargeFormLabel {
	padding-top: 0.05em;
	
}

/* Hide the div by default */
.hidden {
  display: none;
}

.mediumFormInput {
  float: left;
  text-align: left;
  width: 8em;
}

.largeButtons {
  width: 150px;
}

#RecipientSignature, #ReferringPartySignature {
    
  border: 1px solid black; /* Optional styling */
}

.underline-text {
  text-decoration: underline;
}

.bold-text {
  font-weight: bold;
}

fieldset {
  margin: 0 auto; /* Center horizontally */
  width: 97%; /* Adjust width as needed */
}