.form .field label {
	width: 90px;
}
.form .field input {
	width: 280px;
}
.submit,
.forgot {
	display: block;
	float: left;
	height: 35px;
}
.submit {
	vertical-align: top;
}
.forgot {
	font-size: 11px;
	margin-left: 12px;
	line-height: 27px;
}