﻿#PasswordReminderSurround
{
	border:solid 1px black;
	margin-left:10%;
	margin-top:20%;
	width:500px;

}

#PasswordReminderLabel
{
	padding-left:10px;
	padding-top:30px;
	width:240px;
	float:left;
	
}

#PasswordReminderTextbox
{
	padding-top:30px;	
	width:250px;
	float:left;
}

#PasswordReminderSend
{	
	width:500px;
	text-align:center;
	padding-top:10px;
}

#PasswordQuestionLabel
{
	padding-left:10px;
	width:240px;
	float:left;	
}

#PasswordQuestionAnswer
{
	width:250px;
	float:left;
}

#PasswordReminderInvalid
{
	width:500px;
	float:none;
	color:Red;
	font-family:Arial;
	font-style:normal;
	font-size:small;
	font-weight:bold;
}

#PasswordReminderQuestionTitle
{
	width:500px;
	text-align:center;
	padding-bottom:10px;
}

#PasswordReminderPasswordSent
{
	padding-top:10px;
	width:500px;
	text-align:center;
}

