/* CSS Document */

.formRow
{
	margin-top:10px;
}
#divErrors
{
	color:red;
}
#divRegisterForm
{
	margin:10px;
	background-color:#EEEEEE;
	padding:5px;
	margin-bottom:20px;
}
#divErrors
{
	background-color:white;
}
#divSteps
{
	
}
.currentStep
{
	padding:5px;
	margin-right:20px;
	float:left;
}
.currentStep .stepTitle
{
	font-size:15px;
	font-weight:bold;
	display:block;
}
.currentStep .stepDescription
{
	font-size:12px;
	display:block;
}
.otherStep
{
	padding:5px;
	margin-right:20px;
	float:left;
}
.otherStep .stepTitle
{
	font-size:15px;
	font-weight:bold;
	color:#999999;
	display:block;
}
.otherStep .stepDescription
{
	color:#999999;
	font-size:12px;
	display:block;
}
.stepDivider
{
	float:left;
}
