#content
{
	position: relative;
	height: 1%;
}
p#require_msg
{
	position: absolute;
	text-align: right;
	right: 0px;
	top: -18px;
	color: #666;
}
p#require_msg span
{
	color: #f00;
}
#inquiry_form
{
	padding: 20px 10px;
}
#inquiry_form p
{
	clear: left;
	padding: 2px 0;
	height: 1%;
	position: relative;
}
#inquiry_form p label
{
	float: left;
	width: 120px;
	height: 18px;
	line-height: 18px;
}
#inquiry_form p label span
{
	color: #f00;
	position: absolute;
	left: -6px;
}
#inquiry_form p .txt, #inquiry_form p select
{
	border: 1px solid #abc;
	height: 18px;
	width: 350px;
}
#inquiry_form p textarea.txt
{
	height: 160px;
	width: 350px;
}
#inquiry_form p#p_captcha label
{
	height: 100px;
}
#inquiry_form p#p_captcha input
{
	width: 60px;
}
#inquiry_form p#button_bar
{
	text-align: center;
	padding-top: 5px;
}
#inquiry_form p#button_bar .btn
{
	width: 54px;
	height: 24px;
	border-width: 0;
	background-color: #322;
	color: #fff;
}

#err_msg
{
	margin: 0 0 10px 15px;
	font-weight: 700;
	color: #f00;
}
p#thx_msg
{
	font-size: 36px;
	text-align: center;
	margin: 50px 0;
}

#sub_cont ul
{
	list-style-type: none;
	margin-top: 10px;
}