

.name-table {
	border: none;
}
.name-table th {
	border: none;
	text-align: left;
}
.name-table td {
	border: 1px solid #5f5f5f;
	height: 25px;
	text-align: left;
}
.hidden-input {
	border: none;
	width: 99%;
}
.main_table {
	margin: 0;
}
.inquiry-table {
	border: none;
}
.inquiry-table th {
	border: none;
}
.confirm-table {
	border: 1px solid navy;
}
.inquiry_body {
}
.inquiry_body textarea {
	resize: none;
}
#inquiry-action-div {
	overflow: hidden;
	position: relative;
	width: 800px;
	margin: 0 auto;
}
#right-div {
	display: inline-block;
	width: 240px;
	position: absolute;
	bottom: 0;
	padding-left: 5px;
}
#right-div form {
	margin-top: 0px;
	margin-bottom: 0px;
}
#right-div div.error {
	margin-bottom: 20px;
	height: 220px;
}
#right-div input[type="submit"] {
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 3px;
}
#back-td {
	vertical-align: bottom;
	padding-left: 1px;
}
#back-td form {
	margin-bottom: 0px;
}
#back-td  input[type="submit"] {
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 3px;
	vertical-align: bottom;
	padding-bottom: 4px;
}
