﻿form h1
{
	margin-top:20px;
	margin-bottom:20px;
}

form h3
{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:5px;
	margin-bottom:20px;
}

form h4
{
	font-size: 11px;
	font-weight: bold;
	margin-bottom:3px;
}

form p
{
	margin-top:0px;
	margin-bottom:10px;
}

.errorMessage
{
	color: Red;
}

.errorIndicator
{
	color: Red;
	font-size: 12px;
	font-weight:bold;
    font-family:verdana, Arial, Sans-Serif;
}