form p
{
	margin: .4em 0;
}

fieldset
{
	margin: 1em 0;
	padding: 0 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
}

legend
{
	font-weight: bold;
}

label
{
	display: block;
}

#fieldsetHobbies label, #fieldsetGender label
{
	float: left;
	width: 8em;
}

input
{
	width: 200px;
	background: #fff;
}

input[type="checkbox"], input[type="radio"]
{
	background: #f8f8f8;
}

textarea
{
	width: 300px;
	height: 100px;
	background: #fff;
}

input:focus, textarea:focus
{
	background: #ffc;
}

.required
{
	font-size: 0.75em;
	color: #760000;
}

.error
{
	color: #c33;
}

#err-name, #err-email
{
	visibility: hidden;
}
