form { font-family: Trebuchet MS; }
fieldset
{
	text-indent:0;
	padding: 1em;
	border: solid 0 transparent;
}
legend
{
	padding:5px;
	margin-bottom:5px;
	font-weight: bold;
	color: rgb(31,52,95);
}
label { float:left; width: 8em; padding-left:10px;}
fieldset input { width: 200px; margin-bottom:10px; }
fieldset input:focus, textarea:focus
{
	background: #ffffdc;
}
input.submit { margin-left:20px; width:200px;}
textarea { width:305px; margin: 10px 0 0 10px; }
form { padding:10px; background: #f8f8f8; }
form img
{
	border:none;
	margin: 0 0 10px 10px;
}

.highlight
{
	background:#ffffdc;
}