

div#inquiry {
	margin: 20px 5px 30px;
}

div#inquiry p {
	font-size: 80%;
	line-height: 1.5;
	color: #444444;
}

div#inquiry table {
	width: 100%;
	font-size: 80%;
	line-height: 1.5;
	color: #444444;
	border-collapse: collapse;
}

* html div#inquiry table {
	width: 558px;
}

div#inquiry th {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom: solid 1px #d9d9d9;
	background: #f3f3f3;
	white-space: nowrap;
}

div#inquiry td {
	text-align: left;
	padding: 10px;
	border-bottom: solid 1px #d9d9d9;
}

div#inquiry input,div#inquiry select,div#inquiry textarea {
	border: solid 1px #aaaaaa;
}

html:first-child div#inquiry table input {
	width: 250px;
}

input#submit {
	padding: 2px 10px;
	background: #c6c6c6 url(../inquiry/images/bg_submit.gif) repeat-x;
}

.neces {
	color: #ff3300;
}

