/* inquiry */

#inquiry{
	width			: 650px;
	float			: left;
}

#txt{
	font-size		: 11px;
	line-height		: 18px;
	margin-bottom	: 10px;
}


/* form */

#form_bg{
	width			: 650px;
	float			: left;
	background		: url(./img/box.gif) repeat-y;
	margin-bottom		: 50px;
}

#form{
	width			: 650px;
	float			: left;
	padding-bottom	: 5px;
	background		: url(./img/box_bt.gif) no-repeat bottom;
}

#form form{
	width			: 650px;
}


#form table{
	width			: 640px;
	font-size		: 12px;
	line-height		: 22px;
	margin			: 0 0 15px 5px;
}

#form table th{
	width			: 145px;
	text-align		: left;
	padding			: 4px 0 3px;
	font-size		: 11px;
	font-weight		: normal;
	border-bottom	: 1px solid #cfccc4;
	color			: #7c3232;
}

#form table th p{
	text-indent		: 15px;
	background		: url(./img/icon.gif) no-repeat 2px 6px;
}

#form table td{
	width			: 505px;
	padding			: 4px 0 3px;
	border-bottom	: 1px solid #cfccc4;
}

#form table td p{
	padding-left	: 15px;
}

#form table td textarea{
	width			: 480px;
	height			: 150px;
}


/* btn */

#btn{
	width			: 650px;
	line-height		: 18px;
	text-align		: center;
	padding-bottom		: 10px;
}

.w140{	width		: 140px;}
.w310{	width		: 310px;}