/*
 * フォーム：エラー表示
 */

div.error{
	font-size:80%;
	color: #ff8c00;
	padding-top:2px;
}
input.error, select.error{ background:#ffffef; }

.fix_w {
	width: 148px;
	height: 21px;
}

.fix_w_error {
	width: 148px;
	height: 21px;
	background:#ffffef;
}
