#inquiry {
	width: 100%;
}
#inquiry h3 {
	color: #FFFFFF;
	background: #0000C6;
	line-height: 30px;
	padding-left: 16px;
	font-size: 16px;
}
#inquiry p {
	margin: 16px 18px 0 18px;
	line-height: 150%;
}
#inquiry table {
	border-top: #C0C0C0 solid 1px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	font-size: 100%;
	margin: 18px;
	width: 700px;
}
#inquiry td {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: #C0C0C0 solid 1px;
	padding: 10px;
}
#inquiry th {
	border-top: none;
	border-left: #C0C0C0 solid 6px;
	border-right: none;
	border-bottom: #C0C0C0 solid 1px;
	background-color: #E3E3E3;
	font-weight: normal;
	padding: 10px 20px;
	text-align: left;
	width: 120px;
}
#inquiry th em{
	font-style: normal;
	color: #FF8080;
	padding-left: 5px;
}
#inquiry th.must {
	border-left-color: #FF8080;
}
.text1 {
	border: #CCCCCC solid 1px;
	background-color: #EEEEEE;
	padding: 5px;
	width: 98%
}
#cmdarea {
	text-align: center;
	margin: 30px 0;
}
#cmdarea a {
	border: #C0C0C0 solid 1px;
	background-color: #E3E3E3;
	width: 100px;
	padding: 5px 16px;
	text-align: center;
	text-decoration: none;
	color: #606060;
	font-weight: bold;
}
#errmsg {
	color: FF8080;
	padding-left: 16px;
}