textarea {
	height: 100px;
	width: 300px;
}
fieldset {
	padding: 1em;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 250px;
	border: 1px solid #155593;
	width: 300px;
}
legend {
	sfont-weight: bold;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #1A4A7F;
}
label {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #1A4A7F;
}
input[type="text"] {
	width: 200px;
}
input[type="submit"] {
	margin-top: 10px;	
}
input:focus, textarea:focus {
	background-color: #DFDFDF;
}