
input, select, textarea {

	font: 1em Tahoma, arial, sans-serif; 
	font-weight: bold;
	color: #fff;

	
	border: 0px;

	background-color: #9C8367;

	width: 300px;

	margin-bottom: 3px;
	padding: 4px;


}


input:hover, select:hover, textarea:hover {


	background-color: #FF9900;


	}


textarea {

	overflow: auto;

}

input.butt {
	
	width: 308px;

	font-style: italic;
	
	}


