
	
	FORM.form1					
	{
		background-color: #E0E0EE;
		color: black;
		width: 300pt;				
		padding: 5pt 15pt 5pt 15pt;
		border-style: solid;
		border-color: red;
		border-width: 1px 1px 1px 1px;
	}
	INPUT.text
	{
		width: 100%;
		color: black;
		font-weight: bold;
		font-family: sans-serif;
		font-size: 10pt;
	}
	INPUT.textshort
	{
		width: 60%;
		color: black;
		font-weight: bold;
		font-family: sans-serif;
		font-size: 10pt;
	}
	TEXTAREA
	{
		width: 100%;
		color: black;
		font-family: sans-serif;
		font-size: 10pt;
	}
	SELECT.choices
	{
		color: red;
		font-family: sans-serif;
		font-size: 10pt;
	}
	INPUT.sendit
	{
		width: 100pt;
		font-size: 10pt;
		line-height: 1.2em;
		font-weight: bold;
		margin: 10pt 0pt 0pt 0pt;
		color: navy;
	}
	BUTTON.giveup
	{
		width: 100pt;
		font-size: 10pt;
		line-height: 1.2em;
		font-weight: bold;
		margin: 10pt 0pt 0pt 0pt;
		color: navy;
	}

