form p {
	margin-top: 10px;
	margin-bottom: 10px;
}

input, select, textarea {
	border: solid #cfcfcf 1px;
	background-color: white;
}

select {
	margin-top: 3px;
}

div.form-section {
	padding-top: 12px;
	border-top: solid #cfcfcf 1px;
}

sup.required {
	font-size: 12px;
	font-weight: bold;
	color: #050a78;
}

table {
	width: 100%;
	margin-bottom: 10px;
}

input.submit {
	color: #050a78;
	font-weight: bold;
	font-size: 100%;
}