label
{
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #333333;
}

.submit input
{
	margin-left: 11em;
	width: 7em;
} 
input
{
	color: #CC6600;
	border: 1px solid #CC6600;
	background-color: #FFFFFF;
	width: 24em;
}

.submit input
{
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;
	width: 7em;
} 
fieldset
{
	width: 34em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
}
