@charset "utf-8";
.required {
	font-weight: bold;
}
.missing {
	color: #CC0000;
}
.input-width100 {
	width: 252px;
}
.label {
	margin-bottom: 0em;
	text-align: right;
}
.check-label {
	margin-bottom: 0em;
}
#table_requestform {
	border-collapse: separate;
	padding: 34px;
	border-spacing: 8px;
	border: 1px solid #CCCCCC;
	width: 100%;
}
