#content {
	border: none;
}

form {
	width: 300px;

}

fieldset {
	border: 1px solid #999;
}

legend {
	font-weight: bold;
	color: #666;
}

form div {
	clear: both;
	float: none;
	width:100%;
	padding: 3px 0;
}

form div label {
	float: left;
	width: 100px;
	text-align: right;
}

form div input {
	margin-left: 10px;
}

form div input.submit {
	width: auto;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial;
	color: #009;
}

#error {
	width: 225px;
}
