@charset 'utf-8';

input {
	font-size: 12px;
}

input:focus {
	background: #ffffcc;
}

textarea {
	font-size: 12px;
}
