/* ************************************************* */
/* Stylesheet for forms on the St. Patrick's Day Web */
/* ************************************************* */

form {
  border: 1px solid black;
	padding: 0.5em;
	width: 40em;
	overflow: visible;
}

form fieldset {
  line-height: normal;
	border: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

form fieldset legend {
  color: #000000;
	font-style: italic;
	margin-bottom: 0.5em;
}

form, input, textarea {
  font-size: small;
  font-family: Arial, Helvetica, sans-serif; 
}

form input, form textarea {
  /*display: block;*/
	/*float: left;*/
	margin-bottom: 0.5em;
	margin-left: 1em;
}

.buttonSubmit {
  /*margin-left: 9em;*/
	margin-right: 1em;
}

form label {
  display: block;
	text-align: right;
	font-weight: normal;
	float: left;
	width: 9em;
}

form label.dummylabel { visibility: hidden; }
form br {
  clear: left;
}

