/* 株式会社明和セールス FORM設定CSS */

/*

	1. 基本設定
	2. 項目設定

*/

/* *************************************************
   1. 基本設定
************************************************* */

select,
textarea,
input[type="text"],
input[type="password"] {
	font-size:12px;
	color:#333333;
	border:1px solid #BBBBBB;
	padding:2px;
	color:#333333;
	font-family:Verdana, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:url(../images/common/bg_form.gif) repeat-x top;
}

option {
	padding:2px 2px 0;
}

.disabled,
input[type="text"].disabled{background-color:#999;background-image:none;}

/* *************************************************
   2. 項目設定
************************************************* */

.sHeadSearch {
	width:100px;
	margin:0 5px 0 0;
}

.sTopSearch {
	width:238px;
	margin:0 0 6px;
}

.sPoint {
	width:50px;
}

.lPoint {
	width:86px;
}