#head_inquiry {
	background-image: url(../../img/inquiry/head_inquiry.jpg);
	height: 25px;
	width: 500px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#wrap_inquiry table{
}
#wrap_inquiry td {
	padding: 8px;
}
#wrap_inquiry input {
	border: 1px solid #CCC;
}
#wrap_inquiry textarea {
	border: 1px solid #CCC;
}
#btn_send {
	height: 25px;
	width: 100px;
	font-size: 16px;
	font-weight: bold;
	background-color: #EBEBEB;
}
.radio {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#table_inquiry {
	background-color: #000;
}
#table_inquiry tr th {
	background-color: #CCC;
}
#table_inquiry tr td {
	background-color: #FFF;
}

