#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;
}

#siteseal {
	display: block;
	margin-top: 40px;
	border: 1px solid #2a3940;
	width: 132px;
	height: 31px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
