/* Newton Form Styles */

div#output form input.text, div#output form input.buttonNewton, div#output form select, div#output form textarea {
}
html>body input.text, html>body input.buttonNewton html>body select {
	height: 1em;
}
*:root input.text, *:root input.buttonNewton, *:root select {
	height: auto;
}
input.text, input.buttonNewton, textarea, select {
	font: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
input.buttonNewton, input.required {
	border: 3px solid #d82c2e;
	padding: 3 3 3 3;
	color: #f7f1c3;
	background-color: #6e3529;
}

input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #6e3529;
}
input[type="submit"]:active {
	background-color: #6e3529;
}
input[type="submit"][disabled] {
	border-color: #d82c2e;
	color: #f7f1c3;
	background-color: #6e3529;
}
input.text, textarea, select {
	border: 3px solid #d82c2e;
	color: #f7f1c3;
	background-color: #6e3529;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color: #6e3529;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: #6e3529;
}
