﻿.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 CreateUserWizard control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

/* Sign-Up Table */
.AspNet-CreateUserWizard 
{
	border-collapse: collapse;
	text-align:center;
	background-color: #fff; 
	color: #000;
	padding: 8px 3px 8px 30px;
	width: 500px;
	border: solid 1px Gray;
	margin:0 0 20px 30px;
	display:inline;
	float: left;
}

.AspNet-CreateUserWizard  td{padding: 5px;}

/* Header Title */
.StepTitlePanel
{
	text-align:center;
	background: #fed8b3 url(/images/loginBg.gif) left bottom repeat-x;
	font-weight: bold;
	color: #fff;
	padding: 3px;
	margin-bottom:15px;
	font:14px;
	border:1px solid #808080;
}

.AspNet-CreateUserWizard  .button
{
	border: 1px solid #666666;
	font-family: Arial;
	font-weight:bold;
	background-color:#FDF9E2;
	color: #333333;
	padding:0 10px;
	height:25px;
	width:auto;
	cursor:pointer;
}

.AspNet-CreateUserWizard-InstructionPanel
{
}
.AspNet-CreateUserWizard-UserPanel
{
	text-align: right;
	margin: 3px;
}
.AspNet-CreateUserWizard-PasswordPanel
{
	text-align: right;
	margin: 3px;
}
.AspNet-CreateUserWizard-ConfirmPasswordPanel
{
	text-align: right;
	margin: 3px;
}
.AspNet-CreateUserWizard-EmailPanel
{
	text-align: right;
	margin: 3px;
}
.AspNet-CreateUserWizard-QuestionPanel
{
	text-align: right;
	margin: 3px;
}
.AspNet-CreateUserWizard-AnswerPanel
{
	text-align: right;
	margin: 3px;
}

.AspNet-CreateUserWizard-PasswordHintPanel
{
		
}

/* Create user Button Panel */
.AspNet-CreateUserWizard-CreateUserButtonPanel
{
	text-align: right;
}
.AspNet-CreateUserWizard-CreateUserButtonPanel input
{
	border: 1px solid #666666;
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	background-color:#FDF9E2;
	color: #333333;
	height:16px;
	vertical-align: middle;
	width: auto;
}
.AspNet-CreateUserWizard-StepTitlePanel
{
	
}
.AspNet-CreateUserWizard-SuccesstextPanel 
{
}



