﻿body 
{
	font-family: Verdana;
	font-size: 10pt;
}
.ProductTitle
{
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	width: 100%;
	color: silver;
}

.pageTitle
{
	text-align: center;
	font-weight: bold;
	width: 100%;
	color: silver;
	font-size: 16pt;
}

.subTitle
{
	font-weight: bold;
	width: 100%;
	color: black;
	font-size: 10pt;
}

.SignUpFieldLabel
{
	width: 170px;
	float: left;
	clear: left;
}

.SignupField
{
 float: left;
}

.FieldLabel
{
	width: 170px;
	float: left;
	clear: left;
}

.Field
{
	float: left;
}
.ErrorField
{
	color: Red;
	font-weight: bold;
}

.NormalField
{
	color: Black;
	font-weight: normal;
}