@charset "utf-8";

input.err {
	border: 1px solid #F30;
	color: #F30;
}
textarea.err {
	border: 1px solid #F30;
	color: #F30;
}
.check_ok {
	width: 14px;
}
.check_ng {
	width: 14px;
}
.formError .formErrorContent {
	width: 100%;
	color: #f00;
	background: transparent;
	font-weight: bold;
}
span.errMsg{
	color: #f00 !important;
	font-weight: bold;
}

td.check_mark {
	width: 14px !important;
	padding : 0px !important;
	margin : 0px !important;
}
.formBox table td.check_radio {
	border-bottom: 0px;
}