﻿.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. */

.CreateUserWizard
{
}

.CreateUserWizard label
{
	width: 110px;
	text-align: right;
	display: block;
	float: left;
	padding: 0;
	font-size: 0.875em;
	font-weight: bold;
}

.CreateUserWizard input
{
	display: block;
	float: left;
	margin: 3px;
	width: 140px;
}

.CreateUserWizard div
{
	padding: 0;
	margin: 0;
	height: 30px;
}

.createlogin
{
	width:270px; 
	height:310px; 
	background-color:#F8F8F8; 
	float:left; 
	margin-left:0; 
	margin-top:15px;
	padding: 10px;
	font-size: 0.875em;
}


.CreateUser
{
	margin: 0;
	padding: 0;
}

.createUserStep
{
}

