﻿body 
{
	font-family: verdana;
	font-size: 13px;
}

h1
{
	color: #808080;
	
}

h2
{
	font-size: 10pt;
	color: #808080;
}

/*-- form layout divs --*/

	#leftSide
	{
		width: 125px;
		height: 100%;
		float: left;
		font-weight:normal
		
		/*border: solid 1px black;*/
	}

	#topLeft
	{
		width: 500px;
		height: 125px;
		float: left;
		color: #808080;
		/*border: solid 1px #ff00ee;*/
	}

	#topRight
	{
		width: 135px;
		height: 125px;
		float: left;
		color: #808080;
		/*border: solid 1px #ff00ee;*/
		font-size: 8pt;
	}

	#bottomMain
	{
		margin-left: 125px;
		width: 100%;
		height: 100%;
		color: #808080;
		/*border: solid 1px #aaff33;*/
	}

/*-- form sections --*/

	.formElementCaption
	{
		width: 175px;	
		font-family: Verdana;
		font-size: 10pt;
		float: left;
		color: #808080;
	}

	.formElementField
	{
		width: 175px;	
		font-family: Verdana;
		font-size: 10pt;
		
	}
	
	.formElementTotal
	{
		width: 350px;
	}
	
	.formError
{
	font-family: Verdana;
	font-size: 10pt;
	float: left;
	font-weight: bold;
	color: #ff0000;
}

/*-- form controls --*/

	.standardTextBox
	{
		font-family: Verdana;
		font-size: 10pt;
	}

	.standardButton
	{
		font-family: Verdana;
		color: #808080;
		font-size: 10pt;
	}

/*-- form text --*/

	.standardText
	{
		font-family: Verdana;
		font-size: 10pt;
		color: #808080;
	}