@charset "utf-8";
/* form element */

input {
	vertical-align: middle;
}

input.textbox {
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	width: 238px;
	height: 13px;
	padding: 5px;
}

input.textbox_error {
	border-color: #f01432;
	border-width: 1px;
	border-style: solid;
	width: 238px;
	height: 13px;
	padding: 5px;
}

input.textbox2 {
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	width: 102px;
	height: 13px;
	padding: 5px;
	margin-right: 10px;
}

input.textbox_findp {
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	width: 80px;
	height: 13px;
	padding: 5px;
}

input.textbox2_error {
	border-color: #f01432;
	border-width: 1px;
	border-style: solid;
	width: 102px;
	height: 13px;
	padding: 5px;
	margin-right: 10px;
}

input.checkbox {
	margin-right: 5px;
}

input.checkbox_error {
	margin-right: 5px;
	border-color: #f01432;
	border-width: 1px;
	border-style: solid;
}

select {
	width: 250px;
	height: 25px;
}

select.findp {
	width: 230px;
	height: 25px;
}

select.error {
	width: 250px;
	height: 25px;
	color:#f01432;
}

select.select-m {
	width: 108px;
	height: 25px;
}

textarea{
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	width: 363px;
	height: 108px;
	padding: 5px;
}

label {
	line-height: 21px;
	margin-right: 20px;
	float: left;
}
