input,
textarea,
select {
	border: solid 1px #ff6600;
	width: 200px;
	background: url("../img/form/input.png") left top no-repeat;
}
textarea {
	height: 100px;
	overflow: auto;
}
option {
	background: #ccc;
}
fieldset {
	border: solid 1px #ccc;
	padding: 10px;
}
label {
	display: block;
	width: auto;
}