.input {
	width:180px;
}

.input, textarea {
	font:13px Georgia;
	border:1px solid #8A7F66;
	padding:3px 0 1px 4px;
	-moz-opacity:.5;
	opacity:.5;
}

.input:focus, textarea:focus {
	-moz-opacity:1;
	opacity:1
}
