form{
	margin: 0;
}

input.text,
textarea{
	border: 1px solid silver;
	width: 826px;
	margin-bottom: 5px;
}

label{
	background-color: gainsboro;
	margin-bottom: 2px;
	padding: 2px;
	border: none;
	display: block;
	width: 824px;
}

textarea{
	height: 200px;
	overflow: auto;
}

hr{
	height: 1px;
	color: silver;
	border: none;
	border-top: 1px solid silver;
}