#knowrow {
	width: 450px;
}

p.error {
	border: 1px solid #900;
	background-color: #ff9;
	color: black;
	font-weight: bold;
	width: 380px;
	padding: 10px;
}
form {
	background-color: #ddd;
	margin: 0 40px 0 0;
	padding: 0;
	float: none;
	clear: none;
	width: 380px;
	font-size: 9pt;
	font-family: Arial;
	z-index: 99;
}

form legend {
	font-size: 10pt;
	font-weight: bold;
	color: #900;
}
form div {
	width: 96%;
	clear: left;
	margin: 3px 2%;
}

form div label {
	display:block;
	float: left;
	width: 120px;
	text-align: right;
}

form div input, form div select {
	float: none;
	width: 170px;
	font-size: 9pt;
	margin: 0 0 0 10px;
}

form div input.state, form div input.zip {
	width: 70px;
}

form div input.submit {
	width: auto;
	margin: 10px 0 0 130px;
	font-weight: bold;
	color: #900;
}
