#forgot_password_container
{	
	display: none;	
	position: absolute;
	margin: 0 auto;
	z-index: 1000;
	top: 25px;
	left: 50%;
	width: 625px;
	height: 674px;
	margin-left: -312px;
	background: url('/images/layout/forgot_password_background.png') no-repeat;	
	text-align: left;
}

#forgot_password_title
{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #231F20;
}

#forgot_password_container_left a
{
	color: #000000;
	text-decoration: none;	
}

#forgot_password_container_left
{
	float: left;
	margin-top: 145px;
	margin-left: 5px;	
	font-size: .9em;
}

#forgot_password_container_right
{
	float: left;
}

#forgot_password_form
{	
	margin-top: 170px;
	margin-left: 70px;	
	width: 430px;	
}

#forgot_password_successful
{	
	margin-top: 190px;
	margin-left: 70px;	
	width: 430px;	
}

#forgot_password_form input.text
{	
	width: 100%;
}

#forgot_password_submit_link
{
	text-align: center;
}

#forgot_password_submit_link a
{	
	font-weight: bold;
	color: #231F20;
}
