#inquiry {
	width: 800px;
}

#inquiry table {
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
}

#inquiry td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding: 2px;
}

#inquiry th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #CCCCCC;
	border-right: none;
	background-color: #F3F3F3;
	font-weight: normal;
	padding: 2px;
	width: 200px;
}

#inquiry th.must {
	border-left-color: #FF6600;
}

#inquiry th.mustf {
	border-left-color: #D90000;
	font-style: normal;
	color: #CACACA;
}

#inquiry th em {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}

#inquiry td.fcolor {
	font-style: normal;
	color: #CACACA;
}

#inquiry a.must {
	color: Yellow;
}

