/* © Hantu Enterprises - 2004
Author: Roger Wheatley
www.hantuonline.net
*/
.mtarhi_forms {
input, select, button {font: menu !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ff0000;

}

input, textarea, select {
	background: #F5F8FA;
	color: #666666;
	border-top: 1px solid #597daf;
	border-right: 1px solid #597daf;
	border-bottom: 1px solid #597daf;
	border-left: 1px solid #597daf;
	width: auto;
	height: auto;
}

input[type="text"], input[type="password"] {min-height: 1.2em !important;}

textarea {
	min-height: 4em;
	font: 0.9em monospace;
}

button, input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], input[type="image"] {
	height: 1.2em;
	background: #f9faf8;
	color: #597daf;
	text-align: center;
	padding: 2px 2px 2px 2px;
	border: medium outset;
	min-width: 2em;
}

button:active, input[type="file"]:active, input[type="submit"]:active,
input[type="button"]:active, input[type="reset"]:active, input[type="image"]:active {
	border: medium inset;
	padding: 2px 2px 2px 2px;
}

input[type="radio"] {border: nonet;}

input[type="image"] {content: "Submit";}

input[type="image"][alt] {content: attr(alt);}

}