#boxMain .formInquiry{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#boxMainContents #boxPageContents #tblInquiry {
	line-height: 135%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}


#tblInquiry td{
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#tblInquiry #submitBtn{
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}

