form {
	color: #ccaa99/*gray*/;
}

form>*{
	font-family: courier;
	color: inherit;
}

input, textarea {
	background-color: black;
	color: #ccaa99/*gray*/;
}

input {
	width: 16em;
}

input[type~='submit reset'] {
	font-family: inherit;
	width: 16em;
}