/* Reset Password */

@import "SignIn_Common.css";
@import "SignInHeader.css";

/* Form */

#reset_form {
	position: relative;
	border: 1px solid #fff;
	width: 52%;
	*width: 60%;
	overflow: hidden;
}

#reset_form .float-left {
	min-width: 45%;
	*width: 45%;
}

#reset_form #user_email {
	margin-right: 3%;
}

#reset_form #user_email input {
	width: 100%
}

/* Semi-Transparent BG */

.bg_blend {
	background-color: #f0f0f0;
	opacity: .6;
	filter: alpha(opacity=60);
}

