@charset "UTF-8";
.form_inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #664300;
	letter-spacing: 1px;
	text-align: left;
	text-indent: 2px;
	border: 1px ridge #999999;
	background-color: #FFFFFF;
}
.bu {
	font-size: 14px;
	background-color: #ECECEC;
	height: auto;
	width: auto;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	text-align: center;
	vertical-align: middle;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
}

