input {
	width: 100%;
}
textarea {
	width: 100%;
}
input[type=submit] {
	font-weight: bold;
}
input[type=submit]:hover {
	color: #990000;
	border: medium solid;
}
