

input, select {
	height:					18px;
	line-height:			18px;
	font-size:				11px;
	font-family:			Arial, Verdana, Helvetica, Sans-serif;
}

.input, .inputsmall, .select, .selectsmall {
	background-color:		#f3f3f3;
	width:					174px;	
	text-indent:			3px;
	border:					1px solid #3C2300;	
	border-top:				2px solid #3C2300;
	border-left:			2px solid #3C2300;
	-moz-border-radius:		3px;
}

textarea:focus, .input:focus, .inputsmall:focus, .select:focus, .selectsmall:focus {
	background-color:		white;
}

.inputsmall, .selectsmall {
	width:					84px;
}

.submit {
	height:					18px;
	line-height:			18px;
	text-transform:			uppercase;
	background-color:		#3C2300;
	color:					#E2DBAF;
	border:					0px solid #3C2300;	
	-moz-border-radius:		3px;
	cursor:					pointer;
}

textarea {
	width:					175px;
	text-indent:			3px;
	border:					1px solid #3C2300;	
	border-top:				2px solid #3C2300;
	border-left:			2px solid #3C2300;
	-moz-border-radius:		3px;
}

