﻿fieldset
{
	margin: 2em;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
}
legend
{
	font-weight: bold;
	font-size: larger;
}
label
{
	display: block;
	font-weight: bolder;
}
input
{
	width: 200px;
}
input[type="text"]
{
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
textarea
{
	width: 200px;
	height: 100px;
}
input:focus, textarea:focus
{
	background: #ffc;
}

.infotext
{
	color: #c03;
}
