/* Penwortham Form Styles */

div#output form input.text, div#output form input.buttonPenwortham, div#output form select, div#output form textarea {
}
html>body input.text, html>body input.buttonPenwortham html>body select {
	height: 1em;
}
*:root input.text, *:root input.buttonPenwortham, *:root select {
	height: auto;
}
input.text, input.buttonPenwortham, textarea, select {
	font: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
input.buttonPenwortham, input.required {
	border: 3px solid #db612f;
	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: #db612f;
	color: #f7f1c3;
	background-color: #6e3529;
}
input.text, textarea, select {
	border: 3px solid #db612f;
	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;
}
