﻿.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
{
	height: 200px; 
}

.CreateUserWizard table tbody tr td
{
	font-size: 1em;
}

.CreateUserWizard label
{
	width: 110px;
	text-align: right;
	display: block;
	float: left;
	padding: 0;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 2.25em;
}

.CreateUserWizard .label2
{
	width: 270px;
	text-align: left;
	display: block;
	float: left;
	padding: 0;
	font-weight: bold;
	padding-top: 10px;
	clear: both;
}

.CreateUserWizard .chkEmail
{
	width: 270px;
	text-align: left;
	display: block;
	float: left;
	padding: 25px 0 25px 0;
	font-weight: normal;
}

.CreateUserWizard .chkEmail label
{
	width: 220px;
	text-align: left;
	display: block;
	float: left;
	padding: 0;
	font-weight: normal;
	line-height: 1.25em;
}

.CreateUserWizard .chkEmail input
{
	display: block;
	float: left;
	margin: 3px;
	width: 25px;
}

.CreateUserWizard input
{
	display: block;
	float: left;
	margin: 3px;
	width: 150px;
}

.CreateUserWizard div
{
	padding: 0;
	margin: 0;
}

.CreateUserWizard .ddlWhere
{
	width: 270px;
	text-align: left;
	display: block;
	float: left;
	padding: 0;
	font-weight: normal;
}

.createlogin
{
	width:280px; 
	min-height:350px; 
	background-color:#F8F8F8; 
	float:left; 
	margin-left:10px; 
	margin-top:15px;
	padding: 10px;
	border:solid 1px #cccccc;
}

.CreateUser
{
	margin: 0;
	padding: 0;
}

.createUserStep
{
}

.CreateUserWizard .errorMessage
{
	display: block;
	color: Red;
	font-size: 0.75em;
	line-height: 1.25em;
	padding-bottom: 20px;
}

