/**/

.formRow	{ float: left; width: 330px; margin-bottom: 5px }
.formHeader	{ float: left; width: 130px; font-weight: bold }
.formBody	{ float: left }

input.contactInput,textarea.contactInput,input.contactSubmit,select.contactInput	{	border: 1px solid #15552B; background-color: white }
input.contactInput							{	width: 180px;  }
textarea.contactInput						{ 	width: 180px; height: 100px; }
input.contactSubmit							{	font-weight: bold; padding: 2px 5px }
select.contactInput						{	width: 180px }

p#confirmation { font-size: 125%; font-weight: bold }

div.errorHolder,div#confirmation	{
	width: 300px;
	border: 1px solid black;
	background-color: white;
	font-weight:	bold;
	padding-right:	10px;
}

div.errorHolder ul {
	padding: 0px;
	margin: 5px 20px;
}
div#confirmation {
	padding: 10px
}
div.errorHolder ul li,div#confirmation {
	color:		#880000;
	font-size: 11pt;
}	

div.errorHolder ul ul { 
	margin: 5px;
}

div.errorHolder ul ul li {
	font-size: 10pt;
	color: black;
}