
#content form ul {
	list-style: none outside;
}

#content form li {
	clear: left;
	margin-top: 12px;
}

#content form span.label {
	display: block;
	font-weight: bold;
	font-size: 115%;
	text-align: left;
	color: #003366;
	float: left;
	width: 174px;
	margin-right: 10px;
	vertical-align: middle;
}

.page-form input, textarea {
	width: 350px;
	border: solid #003366 1px;
	background-color: white;
}

.page-form select {
	width: 356px;
}

.page-form input.submit {
	width: auto;
	padding: 0 4px;
}