﻿input
{
	font-family: Arial;
	font-size: 11px;
}

select
{
	font-family: Arial;
	font-size: 11px;
}

textarea
{
	font-family: Arial;
	font-size: 11px;
}

.formField
{
	font-weight: bold;
	text-align: right;
}

.formValue
{
	text-align: left;
}

.formRequired
{
	background-color: #f8f9bd;
}