﻿.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. */

.AspNet-CreateUserWizard
{
	
}

.wizard input[type=text], .wizard input[type=password]
{
	margin: 0.5em 0;
	background-color: #fff;
	border: 1px solid #bbb;
	width: 175px;
	padding: 5px
}

.wizard input.button
{
	font-weight: bold;
	border: 1px solid;
	margin: 10px auto;
	padding: 8px 5px 8px 5px;	
	width: 120px;
	clear: both;
	position: relative;
}