#inquiry {
width: 600px;
}

#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: 10px;
}

#inquiry th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #CCCCCC;
	border-right: none;
	background-color: #F9FFF4;
	font-weight: normal;
	padding: 10px;
	width: 200px;
}

#inquiry th.must {
	border-left-color: #A9DF81;
}

#inquiry th .check {
font-style: normal;
color: #FF0000;
padding-left: 5px;
}

#inquiry td .check {
font-style: normal;
color: #FF0000;
}

#inquiry h2 {
font-size: 150%;
margin: 0;
padding-left: 10px;
padding-bottom: 3px;
border-bottom: 1px dotted #6666CC;
border-left: 5px solid #6666CC;
}

#inquiry p {
margin: 10px 0;
}
