@charset "UTF-8";

/* This CSS file controls the formatting of form-related objects */

form table
	{
	border-collapse:		separate;
	border-spacing:			12px;
	}

form table th
	{
	text-align:				right;
	}

form table td
	{
	}

label
	{
	font-size:				0.9em;
	line-height:			1.5;
	font-weight:			bold;
	font-style:				italic;
	text-decoration:		none;
	text-align:				left;
	vertical-align:			top;
	color:					#F5E170;
	}

input, select
	{
	font-size:				0.85em;
	line-height:			1.0;
	font-weight:			normal;
	font-style:				normal;
	color:					#001500;
	text-align:				left;
	background-color:		#FFFFDE;
	}

textarea
	{
	font-size:				0.85em;
	line-height:			1.3;
	font-weight:			normal;
	font-style:				normal;
	color:					#001500;
	text-align:				left;
	background-color:		#FFFFDE;
	}

fieldset
	{
	width:					75%;
	padding:				9px;
	padding-left:			0;
	margin-bottom:			18px;
	margin-left:			0;
	margin-bottom:			18px;
	background-color:		transparent;
	border:					2px solid #F5E170;
	}

legend
	{
	font-size:				1.0em;
	line-height:			2.0;
	font-weight:			bold;
	font-style:				italic;
	text-decoration:		none;
	text-align:				left;
	color:					#F5E170;
	text-transform:			uppercase;
	padding-left:			12px;
	padding-right:			12px;
	background-color:		transparent;
	}

textarea#ANSWERTEXT
	{
	padding:			6px;
	}
	
input#COPYBUTTON
	{
	color:				#FFFFFF;
	font-weight:		bold;
	background-color:	#006600;
	margin-left:		200px;
	margin-bottom:		24px;
	}
			
