﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the PasswordRecovery control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.AspNet-PasswordRecovery
{
	width: 300px;
	font-size: 0.75em;
	font-family: sans-serif, Tahoma;
	border: solid 1px black;
	color: #1A6A77;
	padding: 3px;
}

/* ------------------
Step 1
---------------------*/


.AspNet-PasswordRecovery-UserName-TitlePanel
{
	text-align:center;
	background-color: #FF7600;
	font-weight: bold;
	color: White;
	padding: 3px;
	margin-bottom: 3px;
	font-family:MS Sans Serif;
}

.AspNet-PasswordRecovery-UserName-InstructionPanel
{
	padding: 5px;
	font-family: Tahoma;
}

/* user name user panel */
.AspNet-PasswordRecovery-UserName-UserPanel 
{
	text-align: right;
	margin: 2px;
}
.AspNet-PasswordRecovery-UserName-UserPanel label
{
}
.AspNet-PasswordRecovery-UserName-UserPanel input
{
	width: 200px;
}

/* username submit panel */
.AspNet-PasswordRecovery-UserName-SubmitPanel  
{
	text-align: right;
	margin: 6px;
}
.AspNet-PasswordRecovery-UserName-SubmitPanel input
{
	border: 1px solid #666666;
	font-family: Arial;
	font-size: 10px;
	font-weight:bold;
	background-color:#FDF9E2;
	color: #333333;
	height:16px;
	vertical-align: middle;
}

/* ------------------
Step 2
---------------------*/

.AspNet-PasswordRecovery-Question-TitlePanel
{
	text-align:center;
	background-color: Orange; /*#FFC600;*/
	font-weight: bold;
	color: White;
	padding: 3px;
	margin-bottom: 3px;
}

.AspNet-PasswordRecovery-Question-InstructionPanel
{
	padding: 5px;
	font-family: Tahoma;
}

/* Question Username Paenl */
.AspNet-PasswordRecovery-Question-UserPanel
{
	text-align: right;
	margin: 2px;
}
.AspNet-PasswordRecovery-Question-UserPanel label
{
}
.AspNet-PasswordRecovery-Question-UserPanel input
{
	border-width: 0px;
	width:200px;
}

/* Question Question Panel */
.AspNet-PasswordRecovery-QuestionPanel
{
	text-align: right;
	margin: 2px;
}
.AspNet-PasswordRecovery-QuestionPanel label
{
}
.AspNet-PasswordRecovery-QuestionPanel input
{
	border-width: 0px;
	width:200px;
}

/* Answer Panel */
.AspNet-PasswordRecovery-AnswerPanel
{	
	text-align: right;
	margin: 2px;
}
.AspNet-PasswordRecovery-AnswerPanel label
{
}
.AspNet-PasswordRecovery-AnswerPanel input
{
	width:192px;
}

.AspNet-PasswordRecovery-Question-SubmitPanel
{
	text-align: right;
	margin: 6px;
}
.AspNet-PasswordRecovery-Question-SubmitPanel input
{
	border: 1px solid #666666;
	font-family: Arial;
	font-size: 10px;
	font-weight:bold;
	background-color:#FDF9E2;
	color: #333333;
	height:16px;
	vertical-align: middle;
}
/* ------------------
Step 3
---------------------*/
.AspNet-PasswordRecovery-SuccessTextPanel span
{
}



