input.input {
	border: 1px solid #808080; 
	height: 17px; 
	width: 171px; 
	font-family: Verdana; 
	font-size: small;
}

input.input:focus {
	border: 1px solid #000000; 
	height: 17px; 
	width: 171px; 
	font-family: Verdana; 
	font-size: small;
}

select.select {
	border: 1px solid #808080;
	height: 22px; 
	width: 170px; 
	font-family: Verdana; 
	font-size: small;
}

textarea.textarea {
	border: 1px solid #808080; 
	width: 575px; 
	height: 70px;
	font-family: Verdana;
	font-size: small;
}

input.submit {
	border: 1px solid #808080; 
	font-family: Verdana; 
	font-size: small; 
	width: 202px; 
	background-color: #E8BC6E;
}
