input[type=text], textarea {
	width: 500px;
}

textarea {
	height: 200px;
}

input[type=submit] {
	border: 1px solid grey;
	color: grey;
	text-decoration: line-through;
}
