/* FORGOT PASSWORD */

#lblPhoneNumber
{
	position:relative;	
	display:inline-block;
	width:150px;
	text-align:right;	
}
#lblEmail
{
	position:relative;	
	display:inline-block;
	width:150px;
	text-align:right;	
}
#btnSubmit
{
	position:relative;
	left:10px;
	
}
#btnSubmit2
{
	position:relative;
	left:50px;
	top:20px;
}
#lblResults
{
	color:Red;
}


