﻿.form{
	width: 470px;
}

.forgot_password,
.form_buttons .cancel{
	display: block;
	border: none;
	padding: 10px;
	background: #e6e6e6;
	width: 100px;
	color: #8f8f8f;
	float: right;
	margin: 0 15px;
}

.forgot_password:hover,
.form_buttons .cancel:hover{
	color: #6f6f6f;
	background: #f1f1f1;
}