#password_reset #content,#password_reset_confirmation #content,#password_reset_sent #content
{
	width: auto;
}
form#reset-pw
{
	padding: 1em;
}
form #instructions-form
{
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-top-color: #e7e7e7;
	margin-top: 1em;
	moz-border-radius: 5px;
	padding: 2em;
	position: relative;
	webkit-border-radius: 5px;
}
#unlock-bird
{
	float: left;
	width: 150px;
}
#reset-input
{
	margin-left: 150px;
}
.verify-phone
{
	background: #e2fdd5;
	border: 1px solid #e7e7e7;
	margin-top: 1em;
	moz-border-radius: 5px;
	padding: 1em;
}
.verify-phone input
{
	margin-left: -2px;
}
#instructions-form .hint
{
	filter: alpha(opacity=70);
	font-size: 90%;
	opacity: .7;
}
#instructions-form h4
{
	color: #555;
	font-size: 185%;
	font-weight: normal;
	letter-spacing: -0.5px;
}
#instructions-form fieldset em
{
	display: block;
	font-style: normal;
}
#instructions-form #keep-while-open
{
	color: #666;
	margin-top: 2em;
}
label.new-password
{
	float: left;
	padding: 10px 0 0 0;
	text-align: right;
	width: 150px;
}
#instructions-form div.hr
{
	background: #ddd;
	border-top: 1px solid #fff;
	height: 1px;
	margin: 15px auto;
	width: 95%;
}
#instructions-form img#reset-bird-reverse
{
	position: absolute;
	right: -10px;
	top: -50px;
}
#instructions-form p.special-note
{
	color: #666;
	font-size: 90%;
	margin-left: 150px;
}
#instructions-form p.special-note strong
{
	display: block;
}