#introduction .date {
	font-style: italic;
}

h2 {
	margin: 10px 0;
	font-style: normal;
	font-weight: bold;
	font-size: 125%;
	font-family: inherit;
	text-align: center;
	text-decoration: underline;
}

p, ol {
	margin: 0 0 10px;
}

.donotwrap {
	white-space: nowrap;
}

#indivID div {
	margin: 0 0 5px;
}

#owner { width: 654px; }
#e-mail { width: 397px; }
#association { width: 513px; }

#assocID div {
	float: left;
	width: 450px;
	margin: 2px 0;
}

#assocID  label {
	display: inline-block;
	width: 90px;
	margin-right: 5px;
	text-align: right;
}

#assocID input {
	display: inline-block;
	width: 320px;
}

#assocID select {
	display: inline-block;
	width: 328px;
}

ol#questions {
	padding: 0 0 0 20px;
}

#questions>li {
	margin: 0 0 10px;
}

#questions textarea {
	width: 100%;
}

#furtherInfo {
	width: 700px;
	margin: 20px auto 0;
	padding: 2px 0;
	font-size: 110%;
	text-align: center;
	background-color: rgb(225,235,245);
	border: 1px solid;
	border-radius: 10px;
	box-shadow: 3px 3px 3px gray;
}
