/*
#emailform
{
	margin: 1em;
	font-family: arial, Verdana;
}
#emailform h2
{
	font-size: 19pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#emailform h3
{
	font-size: 13pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#emailform #formfields
{
	border: solid 0.5em #CEB9A6;
	background: #fff;
	color: #666666;
	padding: 0.5em;
	margin-top: 0.5em;
}
#emailform #formfields ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#emailform #formfields li
{
	padding-bottom: 0.25em;
}
#emailform #formfields label
{
	font-size: 10pt;
}
#emailform #formfields #email
{
	width: 100%;
}
#emailform #formfields #fromemail
{
	width: 100%;
}
#emailform #formfields #comment
{
	width: 100%;
	height: 9.5em;
}
*/
.label
{
	font-size: 10pt;
}
.email
{
	width: 100%;
}
.fromemail
{
	width: 100%;
}
.comment
{
	width: 100%;
	height: 9.5em;
}
.unithead
{
	text-align: left;
	vertical-align: top;
}
.unithead h1
{
	display: inline;
	color: #000;
	font-size: 18pt;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: normal;
	margin-bottom: 4px;
}
.unithead h2
{
	display: inline;
	color: #000;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: normal;
	margin-bottom: 4px;
}
.unithead h3
{
	display: inline;
	color: #545556;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: normal;
	margin-bottom: 4px;
}
.errortxt
{
	color: #f00;
	font-weight: bold;
}
