#password_retrieval label {
	display: block;
	padding:8px 0 0 0;
	margin:0;
}

.form_instruction {
	font-size: 90%;
	color:#999999;
}

.form_input {
	width: 200px;
}
input {
	margin:5px 0;
}
#password_retrieval_error {
	color:red;
	font-weight:bold;
	padding-bottom:8px;
}

#reset_submit {
	margin:8px 0 0 60px;
}