input {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #676767;
	margin: 0px;
	padding-left: 3px;
	padding-top: 2px;
	border: 0px none;
	height: 20px;
	background-color: #FFFFFF;
}
input.small {
	width: 44px;
	background: url('/images/misc/fields.gif') no-repeat 0 -3px;
}
input.normal {
	width: 121px;
	background: url('/images/misc/fields.gif') no-repeat 0 -30px;
}
input.large {
	width: 172px;
	background: url('/images/misc/fields.gif') no-repeat 0 -55px;
}
input.giant {
	width: 240px;
	background: url('/images/misc/fields.gif') no-repeat 0 -79px;
}